Html Css Color HEX #E5B6CA Chantilly

📋 copy color: '#E5B6CA'

red 229 ◦ green 182 ◦ blue 202

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

Shades of Chantilly #E5B6CA

Tints of Chantilly #E5B6CA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.69%

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

R = 37.36%
G = 29.69%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5B6CA (or 0xE5B6CA) is known color: Chantilly. HEX triplet: E5, B6 and CA. RGB value is (229,182,202). Sum of RGB (Red+Green+Blue) = 229+182+202=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B6CA is #1A4935. Grayscale: #C6C6C6. Windows color (decimal): -1722678 or 13285093. OLE color: 13285093.

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

Color convert

RGB 229 182 202 -
CMYK 0 0.21 0.12 0.10
HSL 334.47º 0.47% 0.81% -
HSV(B) 334.47º 0.21% 0.9% -
XYZ 59.7 54.38 63.23 -
YUV 198.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 229 182 202 0 0.21 0.12 0.10 334.47 0.47 0.81
Hex E5 B6 CA 0 15 C A 14E 2F 51
Octal 345 266 312 0 25 14 12 516 57 121
Binary 11100101 10110110 11001010 0 10101 1100 1010 101001110 101111 1010001

Color Harmonies of #E5B6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B6CA

Black with #E5B6CA

Text Example


Text Example

White with #E5B6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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