#ECBDCB

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

Shades of Chantilly #ECBDCB

Tints of Chantilly #ECBDCB

Color information

#ECBDCB (or 0xECBDCB) is unknown color: approx Chantilly. HEX triplet: EC, BD and CB. RGB value is (236,189,203). Sum of RGB (Red+Green+Blue) = 236+189+203=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDCB is #134234. Grayscale: #CCCCCC. Windows color (decimal): -1262133 or 13352428. OLE color: 13352428.

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

Color convert

RGB236189203-
CMYK00.200.140.07
HSL342.13º55.29%83.33%-
HSV(B)342.13º19.92%92.55%-
XYZ63.5758.5464.45-
YUV204.65127.07150.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=37.58%
G=30.10%
B=32.32%

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
Decimal23618920300.200.140.07342.1355.2983.33
HexECBDCB014E71563753
Octal35427531302416752667123
Binary11101100101111011100101101010011101111010101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDCB; }

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

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

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

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

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

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

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

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