#EBBCCA

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

Shades of Chantilly #EBBCCA

Tints of Chantilly #EBBCCA

Color information

#EBBCCA (or 0xEBBCCA) is unknown color: approx Chantilly. HEX triplet: EB, BC and CA. RGB value is (235,188,202). Sum of RGB (Red+Green+Blue) = 235+188+202=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCCA is #144335. Grayscale: #CBCBCB. Windows color (decimal): -1327926 or 13286635. OLE color: 13286635.

HSL color Cylindrical-coordinate representation of color #EBBCCA: hue angle of 342.13º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBCCA is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235188202-
CMYK00.20.140.08
HSL342.13º54.02%82.94%-
HSV(B)342.13º20%92.16%-
XYZ62.957.8963.74-
YUV203.65127.07150.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=37.6%
G=30.08%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518820200.20.140.08342.1354.0282.94
HexEBBCCA014E81563653
Octal353274312024161052666123
Binary111010111011110011001010010100111010001010101101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCCA; }

 p { color: rgb(235,188,202); }

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

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

 a { background-color: rgb(235,188,202); }

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

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

 span { border-color: rgb(235,188,202); }

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