#E8BECD

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

Shades of Chantilly #E8BECD

Tints of Chantilly #E8BECD

Color information

#E8BECD (or 0xE8BECD) is unknown color: approx Chantilly. HEX triplet: E8, BE and CD. RGB value is (232,190,205). Sum of RGB (Red+Green+Blue) = 232+190+205=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BECD is #174132. Grayscale: #CCCCCC. Windows color (decimal): -1524019 or 13483752. OLE color: 13483752.

HSL color Cylindrical-coordinate representation of color #E8BECD: hue angle of 338.57º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8BECD is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232190205-
CMYK00.180.120.09
HSL338.57º47.73%82.75%-
HSV(B)338.57º18.1%90.98%-
XYZ62.7158.3965.72-
YUV204.27128.41147.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.00%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=37.00%
G=30.30%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219020500.180.120.09338.5747.7382.75
HexE8BECD012C91533053
Octal350276315022141152360123
Binary111010001011111011001101010010110010011010100111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BECD; }

 p { color: rgb(232,190,205); }

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

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

 a { background-color: rgb(232,190,205); }

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

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

 span { border-color: rgb(232,190,205); }

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