#ECBDCC

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

Shades of Chantilly #ECBDCC

Tints of Chantilly #ECBDCC

Color information

#ECBDCC (or 0xECBDCC) is unknown color: approx Chantilly. HEX triplet: EC, BD and CC. RGB value is (236,189,204). Sum of RGB (Red+Green+Blue) = 236+189+204=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDCC is #134233. Grayscale: #CCCCCC. Windows color (decimal): -1262132 or 13417964. OLE color: 13417964.

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

Color convert

RGB236189204-
CMYK00.200.140.07
HSL340.85º55.29%83.33%-
HSV(B)340.85º19.92%92.55%-
XYZ63.6958.5965.08-
YUV204.76127.57150.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.52%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=37.52%
G=30.05%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618920400.200.140.07340.8555.2983.33
HexECBDCC014E71553753
Octal35427531402416752567123
Binary11101100101111011100110001010011101111010101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDCC; }

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

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

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

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

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

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

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

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