#ECBDCA

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

Shades of Chantilly #ECBDCA

Tints of Chantilly #ECBDCA

Color information

#ECBDCA (or 0xECBDCA) is unknown color: approx Chantilly. HEX triplet: EC, BD and CA. RGB value is (236,189,202). Sum of RGB (Red+Green+Blue) = 236+189+202=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDCA is #134235. Grayscale: #CCCCCC. Windows color (decimal): -1262134 or 13286892. OLE color: 13286892.

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

Color convert

RGB236189202-
CMYK00.200.140.07
HSL343.4º55.29%83.33%-
HSV(B)343.4º19.92%92.55%-
XYZ63.4558.4963.82-
YUV204.54126.57150.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=37.64%
G=30.14%
B=32.22%

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
Decimal23618920200.200.140.07343.455.2983.33
HexECBDCA014E71573753
Octal35427531202416752767123
Binary11101100101111011100101001010011101111010101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDCA; }

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

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

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

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

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

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

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

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