#D0E0AE

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

Shades of Reef #D0E0AE

Tints of Reef #D0E0AE

Color information

#D0E0AE (or 0xD0E0AE) is unknown color: approx Reef. HEX triplet: D0, E0 and AE. RGB value is (208,224,174). Sum of RGB (Red+Green+Blue) = 208+224+174=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E0AE is #2F1F51. Grayscale: #D5D5D5. Windows color (decimal): -3088210 or 11460816. OLE color: 11460816.

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

Color convert

RGB208224174-
CMYK0.0700.220.12
HSL79.2º44.64%78.04%-
HSV(B)79.2º22.32%87.84%-
XYZ60.3169.7850.33-
YUV213.52105.7124.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 224 (87.89% from 255) = 36.96%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=34.32%
G=36.96%
B=28.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082241740.0700.220.1279.244.6478.04
HexD0E0AE7016C4f2d4e
Octal32034025670261411755116
Binary110100001110000010101110111010110110010011111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E0AE; }

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

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

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

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

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

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

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

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