#E8BDCE

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

Shades of Chantilly #E8BDCE

Tints of Chantilly #E8BDCE

Color information

#E8BDCE (or 0xE8BDCE) is unknown color: approx Chantilly. HEX triplet: E8, BD and CE. RGB value is (232,189,206). Sum of RGB (Red+Green+Blue) = 232+189+206=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDCE is #174231. Grayscale: #CBCBCB. Windows color (decimal): -1524274 or 13549032. OLE color: 13549032.

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

Color convert

RGB232189206-
CMYK00.190.110.09
HSL336.28º48.31%82.55%-
HSV(B)336.28º18.53%90.98%-
XYZ62.6258.0166.29-
YUV203.8129.25148.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.00%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 206 (80.86% from 255) = 32.85%
R=37.00%
G=30.14%
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.09
SystemRedGreenBlueCMYKHSL
Decimal23218920600.190.110.09336.2848.3182.55
HexE8BDCE013B91503053
Octal350275316023131152060123
Binary111010001011110111001110010011101110011010100001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDCE; }

 p { color: rgb(232,189,206); }

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

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

 a { background-color: rgb(232,189,206); }

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

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

 span { border-color: rgb(232,189,206); }

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