#D0E19E

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

Shades of Reef #D0E19E

Tints of Reef #D0E19E

Color information

#D0E19E (or 0xD0E19E) is unknown color: approx Reef. HEX triplet: D0, E1 and 9E. RGB value is (208,225,158). Sum of RGB (Red+Green+Blue) = 208+225+158=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E19E is #2F1E61. Grayscale: #D4D4D4. Windows color (decimal): -3087970 or 10412496. OLE color: 10412496.

HSL color Cylindrical-coordinate representation of color #D0E19E: hue angle of 75.22º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0E19E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB208225158-
CMYK0.0800.300.12
HSL75.22º52.76%75.1%-
HSV(B)75.22º29.78%88.24%-
XYZ59.1169.7342.69-
YUV212.2897.37124.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.19%
GREEN value IS 225 (88.28% from 255) = 38.07%
BLUE value IS 158 (62.11% from 255) = 26.73%
R=35.19%
G=38.07%
B=26.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082251580.0800.300.1275.2252.7675.1
HexD0E19E801EC4b354b
Octal320341236100361411365113
Binary1101000011100001100111101000011110110010010111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E19E; }

 p { color: rgb(208,225,158); }

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

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

 a { background-color: rgb(208,225,158); }

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

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

 span { border-color: rgb(208,225,158); }

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