#D5EBA4

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

Shades of Reef #D5EBA4

Tints of Reef #D5EBA4

Color information

#D5EBA4 (or 0xD5EBA4) is unknown color: approx Reef. HEX triplet: D5, EB and A4. RGB value is (213,235,164). Sum of RGB (Red+Green+Blue) = 213+235+164=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EBA4 is #2A145B. Grayscale: #DCDCDC. Windows color (decimal): -2757724 or 10808277. OLE color: 10808277.

HSL color Cylindrical-coordinate representation of color #D5EBA4: hue angle of 78.59º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5EBA4 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB213235164-
CMYK0.0900.300.08
HSL78.59º63.96%78.24%-
HSV(B)78.59º30.21%92.16%-
XYZ63.8576.2446.47-
YUV220.3396.21122.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.80%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 164 (64.45% from 255) = 26.80%
R=34.80%
G=38.40%
B=26.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132351640.0900.300.0878.5963.9678.24
HexD5EBA4901E84f404e
Octal3253532441103610117100116
Binary11010101111010111010010010010111101000100111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBA4; }

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

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

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

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

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

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

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

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