Html Css Color HEX #E8BDC7 Chantilly

📋 copy color: '#E8BDC7'

red 232 ◦ green 189 ◦ blue 199

#E8BDC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chantilly #E8BDC7

Tints of Chantilly #E8BDC7

RGB

 RED value IS 232 (91.02% from 255) = 37.42%

 GREEN value IS 189 (74.22% from 255) = 30.48%

 BLUE value IS 199 (78.13% from 255) = 32.1%

R = 37.42%
G = 30.48%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E8BDC7 (or 0xE8BDC7) is known color: Chantilly. HEX triplet: E8, BD and C7. RGB value is (232,189,199). Sum of RGB (Red+Green+Blue) = 232+189+199=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDC7 is #174238. Grayscale: #CBCBCB. Windows color (decimal): -1524281 or 13090280. OLE color: 13090280.

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

Color convert

RGB 232 189 199 -
CMYK 0 0.19 0.14 0.09
HSL 346.05º 0.48% 0.83% -
HSV(B) 346.05º 0.19% 0.91% -
XYZ 61.79 57.67 61.91 -
YUV 203 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 232 189 199 0 0.19 0.14 0.09 346.05 0.48 0.83
Hex E8 BD C7 0 13 E 9 15A 30 53
Octal 350 275 307 0 23 16 11 532 60 123
Binary 11101000 10111101 11000111 0 10011 1110 1001 101011010 110000 1010011

Color Harmonies of #E8BDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDC7

Black with #E8BDC7

Text Example


Text Example

White with #E8BDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BDC7; }

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

 H1.HeaderClassName
 {
   color: #E8BDC7;
 }
 .AnyTagClassName
 {
   color: #E8BDC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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