Html Css Color HEX #E5BDCB Chantilly

📋 copy color: '#E5BDCB'

red 229 ◦ green 189 ◦ blue 203

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

Shades of Chantilly #E5BDCB

Tints of Chantilly #E5BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.43%

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

R = 36.88%
G = 30.43%
B = 32.69%

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

#E5BDCB (or 0xE5BDCB) is known color: Chantilly. HEX triplet: E5, BD and CB. RGB value is (229,189,203). Sum of RGB (Red+Green+Blue) = 229+189+203=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDCB is #1A4234. Grayscale: #CACACA. Windows color (decimal): -1720885 or 13352421. OLE color: 13352421.

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

Color convert

RGB 229 189 203 -
CMYK 0 0.17 0.11 0.10
HSL 339º 0.43% 0.82% -
HSV(B) 339º 0.17% 0.9% -
XYZ 61.29 57.37 64.34 -
YUV 202.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 229 189 203 0 0.17 0.11 0.10 339 0.43 0.82
Hex E5 BD CB 0 11 B A 153 2B 52
Octal 345 275 313 0 21 13 12 523 53 122
Binary 11100101 10111101 11001011 0 10001 1011 1010 101010011 101011 1010010

Color Harmonies of #E5BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDCB

Black with #E5BDCB

Text Example


Text Example

White with #E5BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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