#ddfbb2

Color #DDFBB2 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DDFBB2

Tints of Reef #DDFBB2

Color information

#DDFBB2 (or 0xDDFBB2) is unknown color: approx Reef. HEX triplet: DD, FB and B2. RGB value is (221,251,178). Sum of RGB (Red+Green+Blue) = 221+251+178=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 178 (69.92% from 255 or 27.38% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBB2 is #22044D. Grayscale: #E9E9E9. Windows color (decimal): -2229326 or 11729885. OLE color: 11729885.

HSL color Cylindrical-coordinate representation of color #DDFBB2: hue angle of 84.66º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDFBB2 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB221251178-
CMYK0.1200.290.02
HSL84.66º90.12%84.12%-
HSV(B)84.66º29.08%98.43%-
XYZ72.3587.5855.21-
YUV233.7196.56118.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 251 (98.44% from 255) = 38.62%
BLUE value IS 178 (69.92% from 255) = 27.38%
R=34%
G=38.62%
B=27.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511780.1200.290.0284.6690.1284.12
HexDDFBB2C01D2555a54
Octal335373262140352125132124
Binary110111011111101110110010110001110110101010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddfbb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddfbb2; }

 p { color: rgb(221,251,178); }

 H1.HeaderClassName
 {
   color: #ddfbb2;
 }
 .AnyTagClassName
 {
   color: #ddfbb2;
 }
</style>
background-color css

<style>
 a { background-color: #ddfbb2; }

 a { background-color: rgb(221,251,178); }

 div.DivClassName
 {
   background-color: #ddfbb2;
 }
 .BgClassName
 {
   background-color: #ddfbb2;
 }
</style>
border-color css

<style>
 span { border-color: #ddfbb2; }

 span { border-color: rgb(221,251,178); }

 td.TdClassName
 {
   border-color: #ddfbb2;
 }
 .TagClassName
 {
   border-color: #ddfbb2;
 }
</style>