Html Css Color HEX #E9BDCE Chantilly

📋 copy color: '#E9BDCE'

red 233 ◦ green 189 ◦ blue 206

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

Shades of Chantilly #E9BDCE

Tints of Chantilly #E9BDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.8%

R = 37.1%
G = 30.1%
B = 32.8%

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

#E9BDCE (or 0xE9BDCE) is known color: Chantilly. HEX triplet: E9, BD and CE. RGB value is (233,189,206). Sum of RGB (Red+Green+Blue) = 233+189+206=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDCE is #164231. Grayscale: #CCCCCC. Windows color (decimal): -1458738 or 13549033. OLE color: 13549033.

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

Color convert

RGB 233 189 206 -
CMYK 0 0.19 0.12 0.09
HSL 336.82º 0.5% 0.83% -
HSV(B) 336.82º 0.19% 0.91% -
XYZ 62.94 58.18 66.3 -
YUV 204.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 233 189 206 0 0.19 0.12 0.09 336.82 0.5 0.83
Hex E9 BD CE 0 13 C 9 151 32 53
Octal 351 275 316 0 23 14 11 521 62 123
Binary 11101001 10111101 11001110 0 10011 1100 1001 101010001 110010 1010011

Color Harmonies of #E9BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BDCE

Black with #E9BDCE

Text Example


Text Example

White with #E9BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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