Html Css Color HEX #E5B0C8 Chantilly

📋 copy color: '#E5B0C8'

red 229 ◦ green 176 ◦ blue 200

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

Shades of Chantilly #E5B0C8

Tints of Chantilly #E5B0C8

RGB

 RED value IS 229 (89.84% from 255) = 37.85%

 GREEN value IS 176 (69.14% from 255) = 29.09%

 BLUE value IS 200 (78.52% from 255) = 33.06%

R = 37.85%
G = 29.09%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E5B0C8 (or 0xE5B0C8) is known color: Chantilly. HEX triplet: E5, B0 and C8. RGB value is (229,176,200). Sum of RGB (Red+Green+Blue) = 229+176+200=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B0C8 is #1A4F37. Grayscale: #C2C2C2. Windows color (decimal): -1724216 or 13152485. OLE color: 13152485.

HSL color Cylindrical-coordinate representation of color #E5B0C8: hue angle of 332.83º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B0C8 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 176 200 -
CMYK 0 0.23 0.13 0.10
HSL 332.83º 0.5% 0.79% -
HSV(B) 332.83º 0.23% 0.9% -
XYZ 58.26 51.88 61.59 -
YUV 194.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 229 176 200 0 0.23 0.13 0.10 332.83 0.5 0.79
Hex E5 B0 C8 0 17 D A 14D 32 4F
Octal 345 260 310 0 27 15 12 515 62 117
Binary 11100101 10110000 11001000 0 10111 1101 1010 101001101 110010 1001111

Color Harmonies of #E5B0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B0C8

Black with #E5B0C8

Text Example


Text Example

White with #E5B0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B0C8; }

 p { color: rgb(229,176,200); }

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

background-color css

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

 a { background-color: rgb(229,176,200); }

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

border-color css

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

 span { border-color: rgb(229,176,200); }

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