#E8BDCF

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

Shades of Chantilly #E8BDCF

Tints of Chantilly #E8BDCF

Color information

#E8BDCF (or 0xE8BDCF) is unknown color: approx Chantilly. HEX triplet: E8, BD and CF. RGB value is (232,189,207). Sum of RGB (Red+Green+Blue) = 232+189+207=628 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.94% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDCF is #174230. Grayscale: #CBCBCB. Windows color (decimal): -1524273 or 13614568. OLE color: 13614568.

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

Color convert

RGB232189207-
CMYK00.190.110.09
HSL334.88º48.31%82.55%-
HSV(B)334.88º18.53%90.98%-
XYZ62.7458.0666.93-
YUV203.91129.75148.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.94%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=36.94%
G=30.10%
B=32.96%

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
Decimal23218920700.190.110.09334.8848.3182.55
HexE8BDCF013B914f3053
Octal350275317023131151760123
Binary111010001011110111001111010011101110011010011111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDCF; }

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

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

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

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

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

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

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

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