#D5EBA6

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

Shades of Reef #D5EBA6

Tints of Reef #D5EBA6

Color information

#D5EBA6 (or 0xD5EBA6) is unknown color: approx Reef. HEX triplet: D5, EB and A6. RGB value is (213,235,166). Sum of RGB (Red+Green+Blue) = 213+235+166=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EBA6 is #2A1459. Grayscale: #DCDCDC. Windows color (decimal): -2757722 or 10939349. OLE color: 10939349.

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

Color convert

RGB213235166-
CMYK0.0900.290.08
HSL79.13º63.3%78.63%-
HSV(B)79.13º29.36%92.16%-
XYZ64.0376.3247.43-
YUV220.5697.21122.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.69%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 166 (65.23% from 255) = 27.04%
R=34.69%
G=38.27%
B=27.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132351660.0900.290.0879.1363.378.63
HexD5EBA6901D84f3f4f
Octal325353246110351011777117
Binary1101010111101011101001101001011101100010011111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBA6; }

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

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

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

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

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

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

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

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