#D5EEAD

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

Shades of Reef #D5EEAD

Tints of Reef #D5EEAD

Color information

#D5EEAD (or 0xD5EEAD) is unknown color: approx Reef. HEX triplet: D5, EE and AD. RGB value is (213,238,173). Sum of RGB (Red+Green+Blue) = 213+238+173=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EEAD is #2A1152. Grayscale: #DFDFDF. Windows color (decimal): -2756947 or 11398869. OLE color: 11398869.

HSL color Cylindrical-coordinate representation of color #D5EEAD: hue angle of 83.08º degrees, saturation: 0.66, 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 #D5EEAD is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB213238173-
CMYK0.1100.270.07
HSL83.08º65.66%80.59%-
HSV(B)83.08º27.31%93.33%-
XYZ65.5678.3151.2-
YUV223.1199.72120.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 238 (93.36% from 255) = 38.14%
BLUE value IS 173 (67.97% from 255) = 27.72%
R=34.13%
G=38.14%
B=27.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132381730.1100.270.0783.0865.6680.59
HexD5EEADB01B7534251
Octal325356255130337123102121
Binary1101010111101110101011011011011011111101001110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EEAD; }

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

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

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

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

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

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

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

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