#D5EDAE

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

Shades of Reef #D5EDAE

Tints of Reef #D5EDAE

Color information

#D5EDAE (or 0xD5EDAE) is unknown color: approx Reef. HEX triplet: D5, ED and AE. RGB value is (213,237,174). Sum of RGB (Red+Green+Blue) = 213+237+174=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EDAE is #2A1251. Grayscale: #DEDEDE. Windows color (decimal): -2757202 or 11464149. OLE color: 11464149.

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

Color convert

RGB213237174-
CMYK0.1000.270.07
HSL82.86º63.64%80.59%-
HSV(B)82.86º26.58%92.94%-
XYZ65.3677.7751.61-
YUV222.64100.55121.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=34.13%
G=37.98%
B=27.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132371740.1000.270.0782.8663.6480.59
HexD5EDAEA01B7534051
Octal325355256120337123100121
Binary1101010111101101101011101010011011111101001110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDAE; }

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

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

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

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

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

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

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

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