#ECBFCE

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

Shades of Chantilly #ECBFCE

Tints of Chantilly #ECBFCE

Color information

#ECBFCE (or 0xECBFCE) is unknown color: approx Chantilly. HEX triplet: EC, BF and CE. RGB value is (236,191,206). Sum of RGB (Red+Green+Blue) = 236+191+206=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFCE is #134031. Grayscale: #CECECE. Windows color (decimal): -1261618 or 13549548. OLE color: 13549548.

HSL color Cylindrical-coordinate representation of color #ECBFCE: hue angle of 340º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFCE is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236191206-
CMYK00.190.130.07
HSL340º54.22%83.73%-
HSV(B)340º19.07%92.55%-
XYZ64.3659.5566.49-
YUV206.16127.91149.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 191 (75% from 255) = 30.17%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=37.28%
G=30.17%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619120600.190.130.0734054.2283.73
HexECBFCE013D71543654
Octal35427731602315752466124
Binary11101100101111111100111001001111011111010101001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFCE; }

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

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

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

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

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

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

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

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