#DDFAB2

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

Shades of Reef #DDFAB2

Tints of Reef #DDFAB2

Color information

#DDFAB2 (or 0xDDFAB2) is unknown color: approx Reef. HEX triplet: DD, FA and B2. RGB value is (221,250,178). Sum of RGB (Red+Green+Blue) = 221+250+178=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 178 (69.92% from 255 or 27.43% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAB2 is #22054D. Grayscale: #E9E9E9. Windows color (decimal): -2229582 or 11729629. OLE color: 11729629.

HSL color Cylindrical-coordinate representation of color #DDFAB2: hue angle of 84.17º degrees, saturation: 0.88, 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 #DDFAB2 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB221250178-
CMYK0.1200.290.02
HSL84.17º87.8%83.92%-
HSV(B)84.17º28.8%98.04%-
XYZ72.0486.9655.11-
YUV233.1296.89119.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 178 (69.92% from 255) = 27.43%
R=34.05%
G=38.52%
B=27.43%

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
Decimal2212501780.1200.290.0284.1787.883.92
HexDDFAB2C01D2545854
Octal335372262140352124130124
Binary110111011111101010110010110001110110101010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAB2; }

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

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

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

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

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

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

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

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