Html Css Color HEX #E5B9CA Chantilly

📋 copy color: '#E5B9CA'

red 229 ◦ green 185 ◦ blue 202

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

Shades of Chantilly #E5B9CA

Tints of Chantilly #E5B9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.03%

 BLUE value IS 202 (79.3% from 255) = 32.79%

R = 37.18%
G = 30.03%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5B9CA (or 0xE5B9CA) is known color: Chantilly. HEX triplet: E5, B9 and CA. RGB value is (229,185,202). Sum of RGB (Red+Green+Blue) = 229+185+202=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B9CA is #1A4635. Grayscale: #C8C8C8. Windows color (decimal): -1721910 or 13285861. OLE color: 13285861.

HSL color Cylindrical-coordinate representation of color #E5B9CA: hue angle of 336.82º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5B9CA is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 185 202 -
CMYK 0 0.19 0.12 0.10
HSL 336.82º 0.46% 0.81% -
HSV(B) 336.82º 0.19% 0.9% -
XYZ 60.32 55.62 63.43 -
YUV 200.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 229 185 202 0 0.19 0.12 0.10 336.82 0.46 0.81
Hex E5 B9 CA 0 13 C A 151 2E 51
Octal 345 271 312 0 23 14 12 521 56 121
Binary 11100101 10111001 11001010 0 10011 1100 1010 101010001 101110 1010001

Color Harmonies of #E5B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B9CA

Black with #E5B9CA

Text Example


Text Example

White with #E5B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B9CA; }

 p { color: rgb(229,185,202); }

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

background-color css

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

 a { background-color: rgb(229,185,202); }

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

border-color css

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

 span { border-color: rgb(229,185,202); }

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