#D6ECA1

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

Shades of Reef #D6ECA1

Tints of Reef #D6ECA1

Color information

#D6ECA1 (or 0xD6ECA1) is unknown color: approx Reef. HEX triplet: D6, EC and A1. RGB value is (214,236,161). Sum of RGB (Red+Green+Blue) = 214+236+161=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ECA1 is #29135E. Grayscale: #DDDDDD. Windows color (decimal): -2691935 or 10611926. OLE color: 10611926.

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

Color convert

RGB214236161-
CMYK0.0900.320.07
HSL77.6º66.37%77.84%-
HSV(B)77.6º31.78%92.55%-
XYZ64.1676.8645.17-
YUV220.8794.21123.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 161 (63.28% from 255) = 26.35%
R=35.02%
G=38.63%
B=26.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142361610.0900.320.0777.666.3777.84
HexD6ECA1902074e424e
Octal326354241110407116102116
Binary11010110111011001010000110010100000111100111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECA1; }

 p { color: rgb(214,236,161); }

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

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

 a { background-color: rgb(214,236,161); }

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

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

 span { border-color: rgb(214,236,161); }

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