#D5EAAA

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

Shades of Reef #D5EAAA

Tints of Reef #D5EAAA

Color information

#D5EAAA (or 0xD5EAAA) is unknown color: approx Reef. HEX triplet: D5, EA and AA. RGB value is (213,234,170). Sum of RGB (Red+Green+Blue) = 213+234+170=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EAAA is #2A1555. Grayscale: #DCDCDC. Windows color (decimal): -2757974 or 11201237. OLE color: 11201237.

HSL color Cylindrical-coordinate representation of color #D5EAAA: hue angle of 79.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5EAAA is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB213234170-
CMYK0.0900.270.08
HSL79.69º60.38%79.22%-
HSV(B)79.69º27.35%91.76%-
XYZ64.1275.8949.3-
YUV220.4299.54122.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.52%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=34.52%
G=37.93%
B=27.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132341700.0900.270.0879.6960.3879.22
HexD5EAAA901B8503c4f
Octal325352252110331012074117
Binary1101010111101010101010101001011011100010100001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EAAA; }

 p { color: rgb(213,234,170); }

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

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

 a { background-color: rgb(213,234,170); }

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

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

 span { border-color: rgb(213,234,170); }

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