#ECBAD0

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

Shades of Chantilly #ECBAD0

Tints of Chantilly #ECBAD0

Color information

#ECBAD0 (or 0xECBAD0) is unknown color: approx Chantilly. HEX triplet: EC, BA and D0. RGB value is (236,186,208). Sum of RGB (Red+Green+Blue) = 236+186+208=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAD0 is #13452F. Grayscale: #CBCBCB. Windows color (decimal): -1262896 or 13679340. OLE color: 13679340.

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

Color convert

RGB236186208-
CMYK00.210.120.07
HSL333.6º56.82%82.75%-
HSV(B)333.6º21.19%92.55%-
XYZ63.5457.567.43-
YUV203.46130.56151.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 208 (81.64% from 255) = 33.02%
R=37.46%
G=29.52%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618620800.210.120.07333.656.8282.75
HexECBAD0015C714e3953
Octal35427232002514751671123
Binary11101100101110101101000001010111001111010011101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAD0; }

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

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

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

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

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

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

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

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