Html Css Color HEX #E9BDCD Chantilly

📋 copy color: '#E9BDCD'

red 233 ◦ green 189 ◦ blue 205

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

Shades of Chantilly #E9BDCD

Tints of Chantilly #E9BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.7%

R = 37.16%
G = 30.14%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E9BDCD (or 0xE9BDCD) is known color: Chantilly. HEX triplet: E9, BD and CD. RGB value is (233,189,205). Sum of RGB (Red+Green+Blue) = 233+189+205=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDCD is #164232. Grayscale: #CBCBCB. Windows color (decimal): -1458739 or 13483497. OLE color: 13483497.

HSL color Cylindrical-coordinate representation of color #E9BDCD: hue angle of 338.18º 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 #E9BDCD is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 189 205 -
CMYK 0 0.19 0.12 0.09
HSL 338.18º 0.5% 0.83% -
HSV(B) 338.18º 0.19% 0.91% -
XYZ 62.82 58.13 65.67 -
YUV 203.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 233 189 205 0 0.19 0.12 0.09 338.18 0.5 0.83
Hex E9 BD CD 0 13 C 9 152 32 53
Octal 351 275 315 0 23 14 11 522 62 123
Binary 11101001 10111101 11001101 0 10011 1100 1001 101010010 110010 1010011

Color Harmonies of #E9BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BDCD

Black with #E9BDCD

Text Example


Text Example

White with #E9BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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