Html Css Color HEX #E9BDCB Chantilly

📋 copy color: '#E9BDCB'

red 233 ◦ green 189 ◦ blue 203

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

Shades of Chantilly #E9BDCB

Tints of Chantilly #E9BDCB

RGB

 RED value IS 233 (91.41% from 255) = 37.28%

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

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

R = 37.28%
G = 30.24%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E9BDCB (or 0xE9BDCB) is known color: Chantilly. HEX triplet: E9, BD and CB. RGB value is (233,189,203). Sum of RGB (Red+Green+Blue) = 233+189+203=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDCB is #164234. Grayscale: #CBCBCB. Windows color (decimal): -1458741 or 13352425. OLE color: 13352425.

HSL color Cylindrical-coordinate representation of color #E9BDCB: hue angle of 340.91º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BDCB is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 189 203 -
CMYK 0 0.19 0.13 0.09
HSL 340.91º 0.5% 0.83% -
HSV(B) 340.91º 0.19% 0.91% -
XYZ 62.58 58.03 64.4 -
YUV 203.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 233 189 203 0 0.19 0.13 0.09 340.91 0.5 0.83
Hex E9 BD CB 0 13 D 9 155 32 53
Octal 351 275 313 0 23 15 11 525 62 123
Binary 11101001 10111101 11001011 0 10011 1101 1001 101010101 110010 1010011

Color Harmonies of #E9BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BDCB

Black with #E9BDCB

Text Example


Text Example

White with #E9BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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