#E8B9CA

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

Shades of Chantilly #E8B9CA

Tints of Chantilly #E8B9CA

Color information

#E8B9CA (or 0xE8B9CA) is unknown color: approx Chantilly. HEX triplet: E8, B9 and CA. RGB value is (232,185,202). Sum of RGB (Red+Green+Blue) = 232+185+202=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B9CA is #174635. Grayscale: #C8C8C8. Windows color (decimal): -1525302 or 13285864. OLE color: 13285864.

HSL color Cylindrical-coordinate representation of color #E8B9CA: hue angle of 338.3º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8B9CA is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232185202-
CMYK00.200.130.09
HSL338.3º50.54%81.76%-
HSV(B)338.3º20.26%90.98%-
XYZ61.2956.1263.48-
YUV200.99128.57150.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.48%
GREEN value IS 185 (72.66% from 255) = 29.89%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=37.48%
G=29.89%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218520200.200.130.09338.350.5481.76
HexE8B9CA014D91523352
Octal350271312024151152263122
Binary111010001011100111001010010100110110011010100101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B9CA; }

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

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

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

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

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

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

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

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