#E4BBCA

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

Shades of Chantilly #E4BBCA

Tints of Chantilly #E4BBCA

Color information

#E4BBCA (or 0xE4BBCA) is unknown color: approx Chantilly. HEX triplet: E4, BB and CA. RGB value is (228,187,202). Sum of RGB (Red+Green+Blue) = 228+187+202=617 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.95% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BBCA is #1B4435. Grayscale: #C8C8C8. Windows color (decimal): -1786934 or 13286372. OLE color: 13286372.

HSL color Cylindrical-coordinate representation of color #E4BBCA: hue angle of 338.05º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BBCA is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228187202-
CMYK00.180.110.11
HSL338.05º43.16%81.37%-
HSV(B)338.05º17.98%89.41%-
XYZ60.4356.363.56-
YUV200.97128.58147.28-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.95%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=36.95%
G=30.31%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818720200.180.110.11338.0543.1681.37
HexE4BBCA012BB1522b51
Octal344273312022131352253121
Binary111001001011101111001010010010101110111010100101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BBCA; }

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

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

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

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

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

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

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

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