#ECBED0

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

Shades of Chantilly #ECBED0

Tints of Chantilly #ECBED0

Color information

#ECBED0 (or 0xECBED0) is unknown color: approx Chantilly. HEX triplet: EC, BE and D0. RGB value is (236,190,208). Sum of RGB (Red+Green+Blue) = 236+190+208=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBED0 is #13412F. Grayscale: #CDCDCD. Windows color (decimal): -1261872 or 13680364. OLE color: 13680364.

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

Color convert

RGB236190208-
CMYK00.190.120.07
HSL336.52º54.76%83.53%-
HSV(B)336.52º19.49%92.55%-
XYZ64.3959.2167.71-
YUV205.81129.24149.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=37.22%
G=29.97%
B=32.81%

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
Decimal23619020800.190.120.07336.5254.7683.53
HexECBED0013C71513754
Octal35427632002314752167124
Binary11101100101111101101000001001111001111010100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBED0; }

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

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

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

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

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

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

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

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