Html Css Color HEX #E4BFCC Chantilly

📋 copy color: '#E4BFCC'

red 228 ◦ green 191 ◦ blue 204

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

Shades of Chantilly #E4BFCC

Tints of Chantilly #E4BFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 30.66%

 BLUE value IS 204 (80.08% from 255) = 32.74%

R = 36.6%
G = 30.66%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E4BFCC (or 0xE4BFCC) is known color: Chantilly. HEX triplet: E4, BF and CC. RGB value is (228,191,204). Sum of RGB (Red+Green+Blue) = 228+191+204=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFCC is #1B4033. Grayscale: #CBCBCB. Windows color (decimal): -1785908 or 13418468. OLE color: 13418468.

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

Color convert

RGB 228 191 204 -
CMYK 0 0.16 0.11 0.11
HSL 338.92º 0.41% 0.82% -
HSV(B) 338.92º 0.16% 0.89% -
XYZ 61.52 58.12 65.1 -
YUV 203.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 228 191 204 0 0.16 0.11 0.11 338.92 0.41 0.82
Hex E4 BF CC 0 10 B B 153 29 52
Octal 344 277 314 0 20 13 13 523 51 122
Binary 11100100 10111111 11001100 0 10000 1011 1011 101010011 101001 1010010

Color Harmonies of #E4BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BFCC

Black with #E4BFCC

Text Example


Text Example

White with #E4BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BFCC; }

 p { color: rgb(228,191,204); }

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

background-color css

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

 a { background-color: rgb(228,191,204); }

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

border-color css

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

 span { border-color: rgb(228,191,204); }

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