#D5E8AD

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

Shades of Reef #D5E8AD

Tints of Reef #D5E8AD

Color information

#D5E8AD (or 0xD5E8AD) is unknown color: approx Reef. HEX triplet: D5, E8 and AD. RGB value is (213,232,173). Sum of RGB (Red+Green+Blue) = 213+232+173=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E8AD is #2A1752. Grayscale: #DBDBDB. Windows color (decimal): -2758483 or 11397333. OLE color: 11397333.

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

Color convert

RGB213232173-
CMYK0.0800.250.09
HSL79.32º56.19%79.41%-
HSV(B)79.32º25.43%90.98%-
XYZ63.8474.8850.62-
YUV219.59101.71123.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 232 (91.02% from 255) = 37.54%
BLUE value IS 173 (67.97% from 255) = 27.99%
R=34.47%
G=37.54%
B=27.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132321730.0800.250.0979.3256.1979.41
HexD5E8AD801994f384f
Octal325350255100311111770117
Binary1101010111101000101011011000011001100110011111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E8AD; }

 p { color: rgb(213,232,173); }

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

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

 a { background-color: rgb(213,232,173); }

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

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

 span { border-color: rgb(213,232,173); }

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