Html Css Color HEX #E5BFCA Chantilly

📋 copy color: '#E5BFCA'

red 229 ◦ green 191 ◦ blue 202

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

Shades of Chantilly #E5BFCA

Tints of Chantilly #E5BFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 30.71%

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

R = 36.82%
G = 30.71%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5BFCA (or 0xE5BFCA) is known color: Chantilly. HEX triplet: E5, BF and CA. RGB value is (229,191,202). Sum of RGB (Red+Green+Blue) = 229+191+202=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFCA is #1A4035. Grayscale: #CBCBCB. Windows color (decimal): -1720374 or 13287397. OLE color: 13287397.

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

Color convert

RGB 229 191 202 -
CMYK 0 0.17 0.12 0.10
HSL 342.63º 0.42% 0.82% -
HSV(B) 342.63º 0.17% 0.9% -
XYZ 61.6 58.18 63.86 -
YUV 203.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 229 191 202 0 0.17 0.12 0.10 342.63 0.42 0.82
Hex E5 BF CA 0 11 C A 157 2A 52
Octal 345 277 312 0 21 14 12 527 52 122
Binary 11100101 10111111 11001010 0 10001 1100 1010 101010111 101010 1010010

Color Harmonies of #E5BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFCA

Black with #E5BFCA

Text Example


Text Example

White with #E5BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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