#D3EB96

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

Shades of Reef #D3EB96

Tints of Reef #D3EB96

Color information

#D3EB96 (or 0xD3EB96) is unknown color: approx Reef. HEX triplet: D3, EB and 96. RGB value is (211,235,150). Sum of RGB (Red+Green+Blue) = 211+235+150=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EB96 is #2C1469. Grayscale: #DADADA. Windows color (decimal): -2888810 or 9890771. OLE color: 9890771.

HSL color Cylindrical-coordinate representation of color #D3EB96: hue angle of 76.94º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3EB96 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB211235150-
CMYK0.1000.360.08
HSL76.94º68%75.49%-
HSV(B)76.94º36.17%92.16%-
XYZ62.0875.4740.15-
YUV218.1389.55122.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.40%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 150 (58.98% from 255) = 25.17%
R=35.40%
G=39.43%
B=25.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2112351500.1000.360.0876.946875.49
HexD3EB96A02484d444b
Octal3233532261204410115104113
Binary110100111110101110010110101001001001000100110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EB96; }

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

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

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

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

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

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

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

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