#EBBCCC

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

Shades of Chantilly #EBBCCC

Tints of Chantilly #EBBCCC

Color information

#EBBCCC (or 0xEBBCCC) is unknown color: approx Chantilly. HEX triplet: EB, BC and CC. RGB value is (235,188,204). Sum of RGB (Red+Green+Blue) = 235+188+204=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCCC is #144333. Grayscale: #CBCBCB. Windows color (decimal): -1327924 or 13417707. OLE color: 13417707.

HSL color Cylindrical-coordinate representation of color #EBBCCC: hue angle of 339.57º 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 #EBBCCC is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235188204-
CMYK00.20.130.08
HSL339.57º54.02%82.94%-
HSV(B)339.57º20%92.16%-
XYZ63.1457.9964.99-
YUV203.88128.07150.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 204 (80.08% from 255) = 32.54%
R=37.48%
G=29.98%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518820400.20.130.08339.5754.0282.94
HexEBBCCC014D81543653
Octal353274314024151052466123
Binary111010111011110011001100010100110110001010101001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCCC; }

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

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

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

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

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

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

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

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