#E4BFCA

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

Shades of Chantilly #E4BFCA

Tints of Chantilly #E4BFCA

Color information

#E4BFCA (or 0xE4BFCA) is unknown color: approx Chantilly. HEX triplet: E4, BF and CA. RGB value is (228,191,202). Sum of RGB (Red+Green+Blue) = 228+191+202=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFCA is #1B4035. Grayscale: #CBCBCB. Windows color (decimal): -1785910 or 13287396. OLE color: 13287396.

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

Color convert

RGB228191202-
CMYK00.160.110.11
HSL342.16º40.66%82.16%-
HSV(B)342.16º16.23%89.41%-
XYZ61.2958.0263.85-
YUV203.32127.26145.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.71%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=36.71%
G=30.76%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819120200.160.110.11342.1640.6682.16
HexE4BFCA010BB1562952
Octal344277312020131352651122
Binary111001001011111111001010010000101110111010101101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFCA; }

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

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

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

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

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

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

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

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