#D0DFAB

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

Shades of Reef #D0DFAB

Tints of Reef #D0DFAB

Color information

#D0DFAB (or 0xD0DFAB) is unknown color: approx Reef. HEX triplet: D0, DF and AB. RGB value is (208,223,171). Sum of RGB (Red+Green+Blue) = 208+223+171=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFAB is #2F2054. Grayscale: #D4D4D4. Windows color (decimal): -3088469 or 11263952. OLE color: 11263952.

HSL color Cylindrical-coordinate representation of color #D0DFAB: hue angle of 77.31º degrees, saturation: 0.45, 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 #D0DFAB is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB208223171-
CMYK0.0700.230.13
HSL77.31º44.83%77.25%-
HSV(B)77.31º23.32%87.45%-
XYZ59.7569.1348.72-
YUV212.59104.53124.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=34.55%
G=37.04%
B=28.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082231710.0700.230.1377.3144.8377.25
HexD0DFAB7017D4d2d4d
Octal32033725370271511555115
Binary110100001101111110101011111010111110110011011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFAB; }

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

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

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

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

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

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

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

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