#D5ECA7

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

Shades of Reef #D5ECA7

Tints of Reef #D5ECA7

Color information

#D5ECA7 (or 0xD5ECA7) is unknown color: approx Reef. HEX triplet: D5, EC and A7. RGB value is (213,236,167). Sum of RGB (Red+Green+Blue) = 213+236+167=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 167 (65.62% from 255 or 27.11% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ECA7 is #2A1358. Grayscale: #DDDDDD. Windows color (decimal): -2757465 or 11005141. OLE color: 11005141.

HSL color Cylindrical-coordinate representation of color #D5ECA7: hue angle of 80º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5ECA7 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB213236167-
CMYK0.1000.290.07
HSL80º64.49%79.02%-
HSV(B)80º29.24%92.55%-
XYZ64.4176.9348.01-
YUV221.2697.38122.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.58%
GREEN value IS 236 (92.58% from 255) = 38.31%
BLUE value IS 167 (65.62% from 255) = 27.11%
R=34.58%
G=38.31%
B=27.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132361670.1000.290.078064.4979.02
HexD5ECA7A01D750404f
Octal325354247120357120100117
Binary1101010111101100101001111010011101111101000010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECA7; }

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

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

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

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

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

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

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

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