#D2DF9C

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

Shades of Reef #D2DF9C

Tints of Reef #D2DF9C

Color information

#D2DF9C (or 0xD2DF9C) is unknown color: approx Reef. HEX triplet: D2, DF and 9C. RGB value is (210,223,156). Sum of RGB (Red+Green+Blue) = 210+223+156=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DF9C is #2D2063. Grayscale: #D3D3D3. Windows color (decimal): -2957412 or 10280914. OLE color: 10280914.

HSL color Cylindrical-coordinate representation of color #D2DF9C: hue angle of 71.64º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2DF9C is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB210223156-
CMYK0.0600.300.13
HSL71.64º51.15%74.31%-
HSV(B)71.64º30.04%87.45%-
XYZ58.9768.8841.64-
YUV211.4796.69126.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 156 (61.33% from 255) = 26.49%
R=35.65%
G=37.86%
B=26.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102231560.0600.300.1371.6451.1574.31
HexD2DF9C601ED48334a
Octal32233723460361511063112
Binary110100101101111110011100110011110110110010001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DF9C; }

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

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

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

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

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

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

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

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