#D5EEAE

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

Shades of Reef #D5EEAE

Tints of Reef #D5EEAE

Color information

#D5EEAE (or 0xD5EEAE) is unknown color: approx Reef. HEX triplet: D5, EE and AE. RGB value is (213,238,174). Sum of RGB (Red+Green+Blue) = 213+238+174=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EEAE is #2A1151. Grayscale: #DFDFDF. Windows color (decimal): -2756946 or 11464405. OLE color: 11464405.

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

Color convert

RGB213238174-
CMYK0.1100.270.07
HSL83.44º65.31%80.78%-
HSV(B)83.44º26.89%93.33%-
XYZ65.6678.3551.71-
YUV223.23100.22120.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=34.08%
G=38.08%
B=27.84%

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
Decimal2132381740.1100.270.0783.4465.3180.78
HexD5EEAEB01B7534151
Octal325356256130337123101121
Binary1101010111101110101011101011011011111101001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EEAE; }

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

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

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

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

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

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

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

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