#ECBFD0

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

Shades of Chantilly #ECBFD0

Tints of Chantilly #ECBFD0

Color information

#ECBFD0 (or 0xECBFD0) is unknown color: approx Chantilly. HEX triplet: EC, BF and D0. RGB value is (236,191,208). Sum of RGB (Red+Green+Blue) = 236+191+208=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFD0 is #13402F. Grayscale: #CECECE. Windows color (decimal): -1261616 or 13680620. OLE color: 13680620.

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

Color convert

RGB236191208-
CMYK00.190.120.07
HSL337.33º54.22%83.73%-
HSV(B)337.33º19.07%92.55%-
XYZ64.6159.6567.78-
YUV206.39128.91149.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=37.17%
G=30.08%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619120800.190.120.07337.3354.2283.73
HexECBFD0013C71513654
Octal35427732002314752166124
Binary11101100101111111101000001001111001111010100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFD0; }

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

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

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

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

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

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

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

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