#ECBDC5

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

Shades of Chantilly #ECBDC5

Tints of Chantilly #ECBDC5

Color information

#ECBDC5 (or 0xECBDC5) is unknown color: approx Chantilly. HEX triplet: EC, BD and C5. RGB value is (236,189,197). Sum of RGB (Red+Green+Blue) = 236+189+197=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDC5 is #13423A. Grayscale: #CBCBCB. Windows color (decimal): -1262139 or 12959212. OLE color: 12959212.

HSL color Cylindrical-coordinate representation of color #ECBDC5: hue angle of 349.79º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBDC5 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB236189197-
CMYK00.200.170.07
HSL349.79º55.29%83.33%-
HSV(B)349.79º19.92%92.55%-
XYZ62.8758.2660.76-
YUV203.96124.07150.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 197 (77.34% from 255) = 31.67%
R=37.94%
G=30.39%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618919700.200.170.07349.7955.2983.33
HexECBDC501411715e3753
Octal35427530502421753667123
Binary111011001011110111000101010100100011111010111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDC5; }

 p { color: rgb(236,189,197); }

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

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

 a { background-color: rgb(236,189,197); }

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

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

 span { border-color: rgb(236,189,197); }

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