#ECBCD0

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

Shades of Chantilly #ECBCD0

Tints of Chantilly #ECBCD0

Color information

#ECBCD0 (or 0xECBCD0) is unknown color: approx Chantilly. HEX triplet: EC, BC and D0. RGB value is (236,188,208). Sum of RGB (Red+Green+Blue) = 236+188+208=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCD0 is #13432F. Grayscale: #CCCCCC. Windows color (decimal): -1262384 or 13679852. OLE color: 13679852.

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

Color convert

RGB236188208-
CMYK00.200.120.07
HSL335º55.81%83.14%-
HSV(B)335º20.34%92.55%-
XYZ63.9658.3567.57-
YUV204.63129.9150.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 188 (73.83% from 255) = 29.75%
BLUE value IS 208 (81.64% from 255) = 32.91%
R=37.34%
G=29.75%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618820800.200.120.0733555.8183.14
HexECBCD0014C714f3853
Octal35427432002414751770123
Binary11101100101111001101000001010011001111010011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCD0; }

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

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

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

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

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

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

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

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