Html Css Color HEX #E8BDC9 Chantilly

📋 copy color: '#E8BDC9'

red 232 ◦ green 189 ◦ blue 201

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

Shades of Chantilly #E8BDC9

Tints of Chantilly #E8BDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.32%

R = 37.3%
G = 30.39%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E8BDC9 (or 0xE8BDC9) is known color: Chantilly. HEX triplet: E8, BD and C9. RGB value is (232,189,201). Sum of RGB (Red+Green+Blue) = 232+189+201=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDC9 is #174236. Grayscale: #CBCBCB. Windows color (decimal): -1524279 or 13221352. OLE color: 13221352.

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

Color convert

RGB 232 189 201 -
CMYK 0 0.19 0.13 0.09
HSL 343.26º 0.48% 0.83% -
HSV(B) 343.26º 0.19% 0.91% -
XYZ 62.02 57.77 63.14 -
YUV 203.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 232 189 201 0 0.19 0.13 0.09 343.26 0.48 0.83
Hex E8 BD C9 0 13 D 9 157 30 53
Octal 350 275 311 0 23 15 11 527 60 123
Binary 11101000 10111101 11001001 0 10011 1101 1001 101010111 110000 1010011

Color Harmonies of #E8BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDC9

Black with #E8BDC9

Text Example


Text Example

White with #E8BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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