#D2DE9C

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

Shades of Reef #D2DE9C

Tints of Reef #D2DE9C

Color information

#D2DE9C (or 0xD2DE9C) is unknown color: approx Reef. HEX triplet: D2, DE and 9C. RGB value is (210,222,156). Sum of RGB (Red+Green+Blue) = 210+222+156=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DE9C is #2D2163. Grayscale: #D3D3D3. Windows color (decimal): -2957668 or 10280658. OLE color: 10280658.

HSL color Cylindrical-coordinate representation of color #D2DE9C: hue angle of 70.91º degrees, saturation: 0.5, 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 #D2DE9C is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB210222156-
CMYK0.0500.300.13
HSL70.91º50%74.12%-
HSV(B)70.91º29.73%87.06%-
XYZ58.768.3441.55-
YUV210.8997.02127.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.71%
GREEN value IS 222 (87.11% from 255) = 37.76%
BLUE value IS 156 (61.33% from 255) = 26.53%
R=35.71%
G=37.76%
B=26.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102221560.0500.300.1370.915074.12
HexD2DE9C501ED47324a
Octal32233623450361510762112
Binary110100101101111010011100101011110110110001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DE9C; }

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

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

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

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

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

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

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

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