#ECBCCE

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

Shades of Chantilly #ECBCCE

Tints of Chantilly #ECBCCE

Color information

#ECBCCE (or 0xECBCCE) is unknown color: approx Chantilly. HEX triplet: EC, BC and CE. RGB value is (236,188,206). Sum of RGB (Red+Green+Blue) = 236+188+206=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCCE is #134331. Grayscale: #CCCCCC. Windows color (decimal): -1262386 or 13548780. OLE color: 13548780.

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

Color convert

RGB236188206-
CMYK00.200.130.07
HSL337.5º55.81%83.14%-
HSV(B)337.5º20.34%92.55%-
XYZ63.7258.2666.28-
YUV204.4128.9150.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 188 (73.83% from 255) = 29.84%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=37.46%
G=29.84%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618820600.200.130.07337.555.8183.14
HexECBCCE014D71523853
Octal35427431602415752270123
Binary11101100101111001100111001010011011111010100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCCE; }

 p { color: rgb(236,188,206); }

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

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

 a { background-color: rgb(236,188,206); }

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

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

 span { border-color: rgb(236,188,206); }

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