#E4B9CA

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

Shades of Chantilly #E4B9CA

Tints of Chantilly #E4B9CA

Color information

#E4B9CA (or 0xE4B9CA) is unknown color: approx Chantilly. HEX triplet: E4, B9 and CA. RGB value is (228,185,202). Sum of RGB (Red+Green+Blue) = 228+185+202=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4B9CA is #1B4635. Grayscale: #C7C7C7. Windows color (decimal): -1787446 or 13285860. OLE color: 13285860.

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

Color convert

RGB228185202-
CMYK00.190.110.11
HSL336.28º44.33%80.98%-
HSV(B)336.28º18.86%89.41%-
XYZ6055.4663.42-
YUV199.8129.25148.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.07%
GREEN value IS 185 (72.66% from 255) = 30.08%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=37.07%
G=30.08%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818520200.190.110.11336.2844.3380.98
HexE4B9CA013BB1502c51
Octal344271312023131352054121
Binary111001001011100111001010010011101110111010100001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B9CA; }

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

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

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

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

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

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

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

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