#ECBED1

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

Shades of Chantilly #ECBED1

Tints of Chantilly #ECBED1

Color information

#ECBED1 (or 0xECBED1) is unknown color: approx Chantilly. HEX triplet: EC, BE and D1. RGB value is (236,190,209). Sum of RGB (Red+Green+Blue) = 236+190+209=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBED1 is #13412E. Grayscale: #CDCDCD. Windows color (decimal): -1261871 or 13745900. OLE color: 13745900.

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

Color convert

RGB236190209-
CMYK00.190.110.07
HSL335.22º54.76%83.53%-
HSV(B)335.22º19.49%92.55%-
XYZ64.5159.2668.36-
YUV205.92129.74149.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 209 (82.03% from 255) = 32.91%
R=37.17%
G=29.92%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619020900.190.110.07335.2254.7683.53
HexECBED1013B714f3754
Octal35427632102313751767124
Binary11101100101111101101000101001110111111010011111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBED1; }

 p { color: rgb(236,190,209); }

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

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

 a { background-color: rgb(236,190,209); }

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

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

 span { border-color: rgb(236,190,209); }

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