Html Css Color HEX #E4BDCB Chantilly

📋 copy color: '#E4BDCB'

red 228 ◦ green 189 ◦ blue 203

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

Shades of Chantilly #E4BDCB

Tints of Chantilly #E4BDCB

RGB

 RED value IS 228 (89.45% from 255) = 36.77%

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

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

R = 36.77%
G = 30.48%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E4BDCB (or 0xE4BDCB) is known color: Chantilly. HEX triplet: E4, BD and CB. RGB value is (228,189,203). Sum of RGB (Red+Green+Blue) = 228+189+203=620 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.77% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BDCB is #1B4234. Grayscale: #CACACA. Windows color (decimal): -1786421 or 13352420. OLE color: 13352420.

HSL color Cylindrical-coordinate representation of color #E4BDCB: hue angle of 338.46º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4BDCB is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 189 203 -
CMYK 0 0.17 0.11 0.11
HSL 338.46º 0.42% 0.82% -
HSV(B) 338.46º 0.17% 0.89% -
XYZ 60.97 57.2 64.33 -
YUV 202.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 228 189 203 0 0.17 0.11 0.11 338.46 0.42 0.82
Hex E4 BD CB 0 11 B B 152 2A 52
Octal 344 275 313 0 21 13 13 522 52 122
Binary 11100100 10111101 11001011 0 10001 1011 1011 101010010 101010 1010010

Color Harmonies of #E4BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BDCB

Black with #E4BDCB

Text Example


Text Example

White with #E4BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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