#D8ECA0

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

Shades of Reef #D8ECA0

Tints of Reef #D8ECA0

Color information

#D8ECA0 (or 0xD8ECA0) is unknown color: approx Reef. HEX triplet: D8, EC and A0. RGB value is (216,236,160). Sum of RGB (Red+Green+Blue) = 216+236+160=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #D8ECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8ECA0 is #27135F. Grayscale: #DDDDDD. Windows color (decimal): -2560864 or 10546392. OLE color: 10546392.

HSL color Cylindrical-coordinate representation of color #D8ECA0: hue angle of 75.79º 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 #D8ECA0 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB216236160-
CMYK0.0800.320.07
HSL75.79º66.67%77.65%-
HSV(B)75.79º32.2%92.55%-
XYZ64.6677.1344.74-
YUV221.3693.37124.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.29%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 160 (62.89% from 255) = 26.14%
R=35.29%
G=38.56%
B=26.14%

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
Decimal2162361600.0800.320.0775.7966.6777.65
HexD8ECA0802074c434e
Octal330354240100407114103116
Binary11011000111011001010000010000100000111100110010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ECA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ECA0; }

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

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

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

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

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

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

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

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