Html Css Color HEX #E8BDC3 Chantilly

📋 copy color: '#E8BDC3'

red 232 ◦ green 189 ◦ blue 195

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

Shades of Chantilly #E8BDC3

Tints of Chantilly #E8BDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.66%

R = 37.66%
G = 30.68%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E8BDC3 (or 0xE8BDC3) is known color: Chantilly. HEX triplet: E8, BD and C3. RGB value is (232,189,195). Sum of RGB (Red+Green+Blue) = 232+189+195=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDC3 is #17423C. Grayscale: #CACACA. Windows color (decimal): -1524285 or 12828136. OLE color: 12828136.

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

Color convert

RGB 232 189 195 -
CMYK 0 0.19 0.16 0.09
HSL 351.63º 0.48% 0.83% -
HSV(B) 351.63º 0.19% 0.91% -
XYZ 61.33 57.49 59.49 -
YUV 202.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 232 189 195 0 0.19 0.16 0.09 351.63 0.48 0.83
Hex E8 BD C3 0 13 10 9 160 30 53
Octal 350 275 303 0 23 20 11 540 60 123
Binary 11101000 10111101 11000011 0 10011 10000 1001 101100000 110000 1010011

Color Harmonies of #E8BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDC3

Black with #E8BDC3

Text Example


Text Example

White with #E8BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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