#D5EAA2

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

Shades of Reef #D5EAA2

Tints of Reef #D5EAA2

Color information

#D5EAA2 (or 0xD5EAA2) is unknown color: approx Reef. HEX triplet: D5, EA and A2. RGB value is (213,234,162). Sum of RGB (Red+Green+Blue) = 213+234+162=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 162 (63.67% from 255 or 26.60% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EAA2 is #2A155D. Grayscale: #DBDBDB. Windows color (decimal): -2757982 or 10676949. OLE color: 10676949.

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

Color convert

RGB213234162-
CMYK0.0900.310.08
HSL77.5º63.16%77.65%-
HSV(B)77.5º30.77%91.76%-
XYZ63.3875.645.43-
YUV219.5195.54123.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.98%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 162 (63.67% from 255) = 26.60%
R=34.98%
G=38.42%
B=26.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132341620.0900.310.0877.563.1677.65
HexD5EAA2901F84e3f4e
Octal325352242110371011677116
Binary1101010111101010101000101001011111100010011101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EAA2; }

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

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

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

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

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

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

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

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