#D5EDAF

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

Shades of Reef #D5EDAF

Tints of Reef #D5EDAF

Color information

#D5EDAF (or 0xD5EDAF) is unknown color: approx Reef. HEX triplet: D5, ED and AF. RGB value is (213,237,175). Sum of RGB (Red+Green+Blue) = 213+237+175=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EDAF is #2A1250. Grayscale: #DEDEDE. Windows color (decimal): -2757201 or 11529685. OLE color: 11529685.

HSL color Cylindrical-coordinate representation of color #D5EDAF: hue angle of 83.23º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5EDAF is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB213237175-
CMYK0.1000.260.07
HSL83.23º63.27%80.78%-
HSV(B)83.23º26.16%92.94%-
XYZ65.4677.8152.13-
YUV222.76101.05121.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 237 (92.97% from 255) = 37.92%
BLUE value IS 175 (68.75% from 255) = 28%
R=34.08%
G=37.92%
B=28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132371750.1000.260.0783.2363.2780.78
HexD5EDAFA01A7533f51
Octal32535525712032712377121
Binary110101011110110110101111101001101011110100111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDAF; }

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

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

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

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

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

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

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

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