Html Css Color HEX #E4BFCA Chantilly

📋 copy color: '#E4BFCA'

red 228 ◦ green 191 ◦ blue 202

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

Shades of Chantilly #E4BFCA

Tints of Chantilly #E4BFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.53%

R = 36.71%
G = 30.76%
B = 32.53%

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

#E4BFCA (or 0xE4BFCA) is known color: Chantilly. HEX triplet: E4, BF and CA. RGB value is (228,191,202). Sum of RGB (Red+Green+Blue) = 228+191+202=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFCA is #1B4035. Grayscale: #CBCBCB. Windows color (decimal): -1785910 or 13287396. OLE color: 13287396.

HSL color Cylindrical-coordinate representation of color #E4BFCA: hue angle of 342.16º 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 #E4BFCA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 191 202 -
CMYK 0 0.16 0.11 0.11
HSL 342.16º 0.41% 0.82% -
HSV(B) 342.16º 0.16% 0.89% -
XYZ 61.29 58.02 63.85 -
YUV 203.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 228 191 202 0 0.16 0.11 0.11 342.16 0.41 0.82
Hex E4 BF CA 0 10 B B 156 29 52
Octal 344 277 312 0 20 13 13 526 51 122
Binary 11100100 10111111 11001010 0 10000 1011 1011 101010110 101001 1010010

Color Harmonies of #E4BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BFCA

Black with #E4BFCA

Text Example


Text Example

White with #E4BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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