#D0DEAB

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

Shades of Reef #D0DEAB

Tints of Reef #D0DEAB

Color information

#D0DEAB (or 0xD0DEAB) is unknown color: approx Reef. HEX triplet: D0, DE and AB. RGB value is (208,222,171). Sum of RGB (Red+Green+Blue) = 208+222+171=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DEAB is #2F2154. Grayscale: #D4D4D4. Windows color (decimal): -3088725 or 11263696. OLE color: 11263696.

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

Color convert

RGB208222171-
CMYK0.0600.230.13
HSL76.47º43.59%77.06%-
HSV(B)76.47º22.97%87.06%-
XYZ59.4868.5948.63-
YUV212104.86125.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=34.61%
G=36.94%
B=28.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082221710.0600.230.1376.4743.5977.06
HexD0DEAB6017D4c2c4d
Octal32033625360271511454115
Binary110100001101111010101011110010111110110011001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DEAB; }

 p { color: rgb(208,222,171); }

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

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

 a { background-color: rgb(208,222,171); }

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

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

 span { border-color: rgb(208,222,171); }

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