#D9ECA0

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

Shades of Reef #D9ECA0

Tints of Reef #D9ECA0

Color information

#D9ECA0 (or 0xD9ECA0) is unknown color: approx Reef. HEX triplet: D9, EC and A0. RGB value is (217,236,160). Sum of RGB (Red+Green+Blue) = 217+236+160=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9ECA0 is #26135F. Grayscale: #DDDDDD. Windows color (decimal): -2495328 or 10546393. OLE color: 10546393.

HSL color Cylindrical-coordinate representation of color #D9ECA0: hue angle of 75º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9ECA0 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB217236160-
CMYK0.0800.320.07
HSL75º66.67%77.65%-
HSV(B)75º32.2%92.55%-
XYZ64.9677.2844.75-
YUV221.6593.21124.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 236 (92.58% from 255) = 38.50%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=35.40%
G=38.50%
B=26.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172361600.0800.320.077566.6777.65
HexD9ECA0802074b434e
Octal331354240100407113103116
Binary11011001111011001010000010000100000111100101110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECA0; }

 p { color: rgb(217,236,160); }

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

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

 a { background-color: rgb(217,236,160); }

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

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

 span { border-color: rgb(217,236,160); }

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