#d5e8af

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

Shades of Reef #D5E8AF

Tints of Reef #D5E8AF

Color information

#D5E8AF (or 0xD5E8AF) is unknown color: approx Reef. HEX triplet: D5, E8 and AF. RGB value is (213,232,175). Sum of RGB (Red+Green+Blue) = 213+232+175=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E8AF is #2A1750. Grayscale: #DCDCDC. Windows color (decimal): -2758481 or 11528405. OLE color: 11528405.

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

Color convert

RGB213232175-
CMYK0.0800.250.09
HSL80º55.34%79.8%-
HSV(B)80º24.57%90.98%-
XYZ64.0474.9551.65-
YUV219.82102.71123.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.35%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=34.35%
G=37.42%
B=28.23%

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
Decimal2132321750.0800.250.098055.3479.8
HexD5E8AF80199503750
Octal325350257100311112067120
Binary1101010111101000101011111000011001100110100001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5e8af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5e8af; }

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

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

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

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

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

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

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

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