#D0E49F

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

Shades of Reef #D0E49F

Tints of Reef #D0E49F

Color information

#D0E49F (or 0xD0E49F) is unknown color: approx Reef. HEX triplet: D0, E4 and 9F. RGB value is (208,228,159). Sum of RGB (Red+Green+Blue) = 208+228+159=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E49F is #2F1B60. Grayscale: #D6D6D6. Windows color (decimal): -3087201 or 10478800. OLE color: 10478800.

HSL color Cylindrical-coordinate representation of color #D0E49F: hue angle of 77.39º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0E49F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB208228159-
CMYK0.0900.300.11
HSL77.39º56.1%75.88%-
HSV(B)77.39º30.26%89.41%-
XYZ60.0171.443.42-
YUV214.1596.87123.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 228 (89.45% from 255) = 38.32%
BLUE value IS 159 (62.5% from 255) = 26.72%
R=34.96%
G=38.32%
B=26.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082281590.0900.300.1177.3956.175.88
HexD0E49F901EB4d384c
Octal320344237110361311570114
Binary1101000011100100100111111001011110101110011011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E49F; }

 p { color: rgb(208,228,159); }

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

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

 a { background-color: rgb(208,228,159); }

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

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

 span { border-color: rgb(208,228,159); }

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