#E8BECF

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

Shades of Chantilly #E8BECF

Tints of Chantilly #E8BECF

Color information

#E8BECF (or 0xE8BECF) is unknown color: approx Chantilly. HEX triplet: E8, BE and CF. RGB value is (232,190,207). Sum of RGB (Red+Green+Blue) = 232+190+207=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BECF is #174130. Grayscale: #CCCCCC. Windows color (decimal): -1524017 or 13614824. OLE color: 13614824.

HSL color Cylindrical-coordinate representation of color #E8BECF: hue angle of 335.71º 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 #E8BECF is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB232190207-
CMYK00.180.110.09
HSL335.71º47.73%82.75%-
HSV(B)335.71º18.1%90.98%-
XYZ62.9558.4967-
YUV204.5129.41147.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.88%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=36.88%
G=30.21%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219020700.180.110.09335.7147.7382.75
HexE8BECF012B91503053
Octal350276317022131152060123
Binary111010001011111011001111010010101110011010100001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BECF; }

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

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

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

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

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

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

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

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