#D9FAAF

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

Shades of Reef #D9FAAF

Tints of Reef #D9FAAF

Color information

#D9FAAF (or 0xD9FAAF) is unknown color: approx Reef. HEX triplet: D9, FA and AF. RGB value is (217,250,175). Sum of RGB (Red+Green+Blue) = 217+250+175=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FAAF is #260550. Grayscale: #E7E7E7. Windows color (decimal): -2491729 or 11533017. OLE color: 11533017.

HSL color Cylindrical-coordinate representation of color #D9FAAF: hue angle of 86.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9FAAF is Cyan = 0.13, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB217250175-
CMYK0.1300.30.02
HSL86.4º88.24%83.33%-
HSV(B)86.4º30%98.04%-
XYZ70.5486.2253.48-
YUV231.5896.07117.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.80%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=33.80%
G=38.94%
B=27.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172501750.1300.30.0286.488.2483.33
HexD9FAAFD01E2565853
Octal331372257150362126130123
Binary110110011111101010101111110101111010101011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAAF; }

 p { color: rgb(217,250,175); }

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

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

 a { background-color: rgb(217,250,175); }

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

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

 span { border-color: rgb(217,250,175); }

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