#ECBAD1

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

Shades of Chantilly #ECBAD1

Tints of Chantilly #ECBAD1

Color information

#ECBAD1 (or 0xECBAD1) is unknown color: approx Chantilly. HEX triplet: EC, BA and D1. RGB value is (236,186,209). Sum of RGB (Red+Green+Blue) = 236+186+209=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAD1 is #13452E. Grayscale: #CBCBCB. Windows color (decimal): -1262895 or 13744876. OLE color: 13744876.

HSL color Cylindrical-coordinate representation of color #ECBAD1: hue angle of 332.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBAD1 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB236186209-
CMYK00.210.110.07
HSL332.4º56.82%82.75%-
HSV(B)332.4º21.19%92.55%-
XYZ63.6657.5568.08-
YUV203.57131.06151.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 209 (82.03% from 255) = 33.12%
R=37.40%
G=29.48%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618620900.210.110.07332.456.8282.75
HexECBAD1015B714c3953
Octal35427232102513751471123
Binary11101100101110101101000101010110111111010011001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAD1; }

 p { color: rgb(236,186,209); }

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

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

 a { background-color: rgb(236,186,209); }

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

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

 span { border-color: rgb(236,186,209); }

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