#ECBDC4

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

Shades of Chantilly #ECBDC4

Tints of Chantilly #ECBDC4

Color information

#ECBDC4 (or 0xECBDC4) is unknown color: approx Chantilly. HEX triplet: EC, BD and C4. RGB value is (236,189,196). Sum of RGB (Red+Green+Blue) = 236+189+196=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDC4 is #13423B. Grayscale: #CBCBCB. Windows color (decimal): -1262140 or 12893676. OLE color: 12893676.

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

Color convert

RGB236189196-
CMYK00.200.170.07
HSL351.06º55.29%83.33%-
HSV(B)351.06º19.92%92.55%-
XYZ62.7558.2160.15-
YUV203.85123.57150.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 196 (76.95% from 255) = 31.56%
R=38.00%
G=30.43%
B=31.56%

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
Decimal23618919600.200.170.07351.0655.2983.33
HexECBDC401411715f3753
Octal35427530402421753767123
Binary111011001011110111000100010100100011111010111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDC4; }

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

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

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

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

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

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

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

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