#D0DFAF

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

Shades of Reef #D0DFAF

Tints of Reef #D0DFAF

Color information

#D0DFAF (or 0xD0DFAF) is unknown color: approx Reef. HEX triplet: D0, DF and AF. RGB value is (208,223,175). Sum of RGB (Red+Green+Blue) = 208+223+175=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFAF is #2F2050. Grayscale: #D5D5D5. Windows color (decimal): -3088465 or 11526096. OLE color: 11526096.

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

Color convert

RGB208223175-
CMYK0.0700.220.13
HSL78.75º42.86%78.04%-
HSV(B)78.75º21.52%87.45%-
XYZ60.1469.2850.76-
YUV213.04106.53124.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=34.32%
G=36.80%
B=28.88%

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
Decimal2082231750.0700.220.1378.7542.8678.04
HexD0DFAF7016D4f2b4e
Octal32033725770261511753116
Binary110100001101111110101111111010110110110011111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFAF; }

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

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

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

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

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

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

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

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