#D3E996

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

Shades of Reef #D3E996

Tints of Reef #D3E996

Color information

#D3E996 (or 0xD3E996) is unknown color: approx Reef. HEX triplet: D3, E9 and 96. RGB value is (211,233,150). Sum of RGB (Red+Green+Blue) = 211+233+150=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3E996 is #2C1669. Grayscale: #D9D9D9. Windows color (decimal): -2889322 or 9890259. OLE color: 9890259.

HSL color Cylindrical-coordinate representation of color #D3E996: hue angle of 75.9º 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 #D3E996 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB211233150-
CMYK0.0900.360.09
HSL75.9º65.35%75.1%-
HSV(B)75.9º35.62%91.37%-
XYZ61.5174.3339.96-
YUV216.9690.21123.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.52%
GREEN value IS 233 (91.41% from 255) = 39.23%
BLUE value IS 150 (58.98% from 255) = 25.25%
R=35.52%
G=39.23%
B=25.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2112331500.0900.360.0975.965.3575.1
HexD3E996902494c414b
Octal3233512261104411114101113
Binary110100111110100110010110100101001001001100110010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E996; }

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

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

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

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

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

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

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

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