#D0DFAE

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

Shades of Reef #D0DFAE

Tints of Reef #D0DFAE

Color information

#D0DFAE (or 0xD0DFAE) is unknown color: approx Reef. HEX triplet: D0, DF and AE. RGB value is (208,223,174). Sum of RGB (Red+Green+Blue) = 208+223+174=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFAE is #2F2051. Grayscale: #D5D5D5. Windows color (decimal): -3088466 or 11460560. OLE color: 11460560.

HSL color Cylindrical-coordinate representation of color #D0DFAE: hue angle of 78.37º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0DFAE is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB208223174-
CMYK0.0700.220.13
HSL78.37º43.36%77.84%-
HSV(B)78.37º21.97%87.45%-
XYZ60.0469.2450.24-
YUV212.93106.03124.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.38%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=34.38%
G=36.86%
B=28.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082231740.0700.220.1378.3743.3677.84
HexD0DFAE7016D4e2b4e
Octal32033725670261511653116
Binary110100001101111110101110111010110110110011101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFAE; }

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

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

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

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

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

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

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

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