#EBBCCE

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

Shades of Chantilly #EBBCCE

Tints of Chantilly #EBBCCE

Color information

#EBBCCE (or 0xEBBCCE) is unknown color: approx Chantilly. HEX triplet: EB, BC and CE. RGB value is (235,188,206). Sum of RGB (Red+Green+Blue) = 235+188+206=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCCE is #144331. Grayscale: #CCCCCC. Windows color (decimal): -1327922 or 13548779. OLE color: 13548779.

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

Color convert

RGB235188206-
CMYK00.20.120.08
HSL337.02º54.02%82.94%-
HSV(B)337.02º20%92.16%-
XYZ63.3858.0866.26-
YUV204.1129.07150.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=37.36%
G=29.89%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518820600.20.120.08337.0254.0282.94
HexEBBCCE014C81513653
Octal353274316024141052166123
Binary111010111011110011001110010100110010001010100011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCCE; }

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

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

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

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

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

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

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

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