#D0E996

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

Shades of Reef #D0E996

Tints of Reef #D0E996

Color information

#D0E996 (or 0xD0E996) is unknown color: approx Reef. HEX triplet: D0, E9 and 96. RGB value is (208,233,150). Sum of RGB (Red+Green+Blue) = 208+233+150=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E996 is #2F1669. Grayscale: #D8D8D8. Windows color (decimal): -3085930 or 9890256. OLE color: 9890256.

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

Color convert

RGB208233150-
CMYK0.1100.360.09
HSL78.07º65.35%75.1%-
HSV(B)78.07º35.62%91.37%-
XYZ60.6673.8939.92-
YUV216.0690.72122.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.19%
GREEN value IS 233 (91.41% from 255) = 39.42%
BLUE value IS 150 (58.98% from 255) = 25.38%
R=35.19%
G=39.42%
B=25.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082331500.1100.360.0978.0765.3575.1
HexD0E996B02494e414b
Octal3203512261304411116101113
Binary110100001110100110010110101101001001001100111010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E996; }

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

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

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

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

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

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

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

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