#D5EAA7

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

Shades of Reef #D5EAA7

Tints of Reef #D5EAA7

Color information

#D5EAA7 (or 0xD5EAA7) is unknown color: approx Reef. HEX triplet: D5, EA and A7. RGB value is (213,234,167). Sum of RGB (Red+Green+Blue) = 213+234+167=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 167 (65.62% from 255 or 27.20% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EAA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EAA7 is #2A1558. Grayscale: #DCDCDC. Windows color (decimal): -2757977 or 11004629. OLE color: 11004629.

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

Color convert

RGB213234167-
CMYK0.0900.290.08
HSL78.81º61.47%78.63%-
HSV(B)78.81º28.63%91.76%-
XYZ63.8475.7847.82-
YUV220.0898.04122.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.69%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 167 (65.62% from 255) = 27.20%
R=34.69%
G=38.11%
B=27.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132341670.0900.290.0878.8161.4778.63
HexD5EAA7901D84f3d4f
Octal325352247110351011775117
Binary1101010111101010101001111001011101100010011111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EAA7; }

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

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

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

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

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

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

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

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