Html Css Color HEX #E5BFCB Chantilly

📋 copy color: '#E5BFCB'

red 229 ◦ green 191 ◦ blue 203

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

Shades of Chantilly #E5BFCB

Tints of Chantilly #E5BFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.58%

R = 36.76%
G = 30.66%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E5BFCB (or 0xE5BFCB) is known color: Chantilly. HEX triplet: E5, BF and CB. RGB value is (229,191,203). Sum of RGB (Red+Green+Blue) = 229+191+203=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFCB is #1A4034. Grayscale: #CBCBCB. Windows color (decimal): -1720373 or 13352933. OLE color: 13352933.

HSL color Cylindrical-coordinate representation of color #E5BFCB: hue angle of 341.05º 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 #E5BFCB is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 191 203 -
CMYK 0 0.17 0.11 0.10
HSL 341.05º 0.42% 0.82% -
HSV(B) 341.05º 0.17% 0.9% -
XYZ 61.72 58.23 64.49 -
YUV 203.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 229 191 203 0 0.17 0.11 0.10 341.05 0.42 0.82
Hex E5 BF CB 0 11 B A 155 2A 52
Octal 345 277 313 0 21 13 12 525 52 122
Binary 11100101 10111111 11001011 0 10001 1011 1010 101010101 101010 1010010

Color Harmonies of #E5BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFCB

Black with #E5BFCB

Text Example


Text Example

White with #E5BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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