#D2DFA9

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

Shades of Reef #D2DFA9

Tints of Reef #D2DFA9

Color information

#D2DFA9 (or 0xD2DFA9) is unknown color: approx Reef. HEX triplet: D2, DF and A9. RGB value is (210,223,169). Sum of RGB (Red+Green+Blue) = 210+223+169=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DFA9 is #2D2056. Grayscale: #D5D5D5. Windows color (decimal): -2957399 or 11132882. OLE color: 11132882.

HSL color Cylindrical-coordinate representation of color #D2DFA9: hue angle of 74.44º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2DFA9 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB210223169-
CMYK0.0600.240.13
HSL74.44º45.76%76.86%-
HSV(B)74.44º24.22%87.45%-
XYZ60.1369.3447.75-
YUV212.96103.19125.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 169 (66.41% from 255) = 28.07%
R=34.88%
G=37.04%
B=28.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102231690.0600.240.1374.4445.7676.86
HexD2DFA96018D4a2e4d
Octal32233725160301511256115
Binary110100101101111110101001110011000110110010101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFA9; }

 p { color: rgb(210,223,169); }

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

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

 a { background-color: rgb(210,223,169); }

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

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

 span { border-color: rgb(210,223,169); }

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