#D5EB9E

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

Shades of Reef #D5EB9E

Tints of Reef #D5EB9E

Color information

#D5EB9E (or 0xD5EB9E) is unknown color: approx Reef. HEX triplet: D5, EB and 9E. RGB value is (213,235,158). Sum of RGB (Red+Green+Blue) = 213+235+158=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EB9E is #2A1461. Grayscale: #DBDBDB. Windows color (decimal): -2757730 or 10415061. OLE color: 10415061.

HSL color Cylindrical-coordinate representation of color #D5EB9E: hue angle of 77.14º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5EB9E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB213235158-
CMYK0.0900.330.08
HSL77.14º65.81%77.06%-
HSV(B)77.14º32.77%92.16%-
XYZ63.3276.0343.69-
YUV219.6493.21123.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 235 (92.19% from 255) = 38.78%
BLUE value IS 158 (62.11% from 255) = 26.07%
R=35.15%
G=38.78%
B=26.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132351580.0900.330.0877.1465.8177.06
HexD5EB9E902184d424d
Octal3253532361104110115102115
Binary110101011110101110011110100101000011000100110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EB9E; }

 p { color: rgb(213,235,158); }

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

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

 a { background-color: rgb(213,235,158); }

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

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

 span { border-color: rgb(213,235,158); }

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