#D0E99F

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

Shades of Reef #D0E99F

Tints of Reef #D0E99F

Color information

#D0E99F (or 0xD0E99F) is unknown color: approx Reef. HEX triplet: D0, E9 and 9F. RGB value is (208,233,159). Sum of RGB (Red+Green+Blue) = 208+233+159=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E99F is #2F1660. Grayscale: #D9D9D9. Windows color (decimal): -3085921 or 10480080. OLE color: 10480080.

HSL color Cylindrical-coordinate representation of color #D0E99F: hue angle of 80.27º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0E99F is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB208233159-
CMYK0.1100.320.09
HSL80.27º62.71%76.86%-
HSV(B)80.27º31.76%91.37%-
XYZ61.4174.1943.88-
YUV217.0995.22121.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 233 (91.41% from 255) = 38.83%
BLUE value IS 159 (62.5% from 255) = 26.5%
R=34.67%
G=38.83%
B=26.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082331590.1100.320.0980.2762.7176.86
HexD0E99FB0209503f4d
Octal320351237130401112077115
Binary11010000111010011001111110110100000100110100001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E99F; }

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

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

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

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

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

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

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

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