#D0DEAC

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

Shades of Reef #D0DEAC

Tints of Reef #D0DEAC

Color information

#D0DEAC (or 0xD0DEAC) is unknown color: approx Reef. HEX triplet: D0, DE and AC. RGB value is (208,222,172). Sum of RGB (Red+Green+Blue) = 208+222+172=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DEAC is #2F2153. Grayscale: #D4D4D4. Windows color (decimal): -3088724 or 11329232. OLE color: 11329232.

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

Color convert

RGB208222172-
CMYK0.0600.230.13
HSL76.8º43.1%77.25%-
HSV(B)76.8º22.52%87.06%-
XYZ59.5868.6349.14-
YUV212.11105.36125.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=34.55%
G=36.88%
B=28.57%

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
Decimal2082221720.0600.230.1376.843.177.25
HexD0DEAC6017D4d2b4d
Octal32033625460271511553115
Binary110100001101111010101100110010111110110011011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DEAC; }

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

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

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

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

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

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

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

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