#EBBBCA

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

Shades of Chantilly #EBBBCA

Tints of Chantilly #EBBBCA

Color information

#EBBBCA (or 0xEBBBCA) is unknown color: approx Chantilly. HEX triplet: EB, BB and CA. RGB value is (235,187,202). Sum of RGB (Red+Green+Blue) = 235+187+202=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBCA is #144435. Grayscale: #CBCBCB. Windows color (decimal): -1328182 or 13286379. OLE color: 13286379.

HSL color Cylindrical-coordinate representation of color #EBBBCA: hue angle of 341.25º degrees, saturation: 0.55, 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 #EBBBCA is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235187202-
CMYK00.200.140.08
HSL341.25º54.55%82.75%-
HSV(B)341.25º20.43%92.16%-
XYZ62.6957.4763.67-
YUV203.06127.4150.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=37.66%
G=29.97%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518720200.200.140.08341.2554.5582.75
HexEBBBCA014E81553753
Octal353273312024161052567123
Binary111010111011101111001010010100111010001010101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBCA; }

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

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

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

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

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

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

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

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