#D0DFAA

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

Shades of Reef #D0DFAA

Tints of Reef #D0DFAA

Color information

#D0DFAA (or 0xD0DFAA) is unknown color: approx Reef. HEX triplet: D0, DF and AA. RGB value is (208,223,170). Sum of RGB (Red+Green+Blue) = 208+223+170=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFAA is #2F2055. Grayscale: #D4D4D4. Windows color (decimal): -3088470 or 11198416. OLE color: 11198416.

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

Color convert

RGB208223170-
CMYK0.0700.240.13
HSL76.98º45.3%77.06%-
HSV(B)76.98º23.77%87.45%-
XYZ59.6669.0948.22-
YUV212.47104.03124.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 223 (87.5% from 255) = 37.10%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=34.61%
G=37.10%
B=28.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082231700.0700.240.1376.9845.377.06
HexD0DFAA7018D4d2d4d
Octal32033725270301511555115
Binary110100001101111110101010111011000110110011011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFAA; }

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

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

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

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

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

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

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

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