Html Css Color HEX #E1BFEC Blue Chalk

📋 copy color: '#E1BFEC'

red 225 ◦ green 191 ◦ blue 236

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

Shades of Blue Chalk #E1BFEC

Tints of Blue Chalk #E1BFEC

RGB

 RED value IS 225 (88.28% from 255) = 34.51%

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

 BLUE value IS 236 (92.58% from 255) = 36.2%

R = 34.51%
G = 29.29%
B = 36.2%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1BFEC (or 0xE1BFEC) is known color: Blue Chalk. HEX triplet: E1, BF and EC. RGB value is (225,191,236). Sum of RGB (Red+Green+Blue) = 225+191+236=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFEC is #1E4013. Grayscale: #CECECE. Windows color (decimal): -1982484 or 15515617. OLE color: 15515617.

HSL color Cylindrical-coordinate representation of color #E1BFEC: hue angle of 285.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1BFEC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 191 236 -
CMYK 0.05 0.19 0 0.07
HSL 285.33º 0.54% 0.84% -
HSV(B) 285.33º 0.19% 0.93% -
XYZ 64.82 59.33 87.39 -
YUV 206.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 225 191 236 0.05 0.19 0 0.07 285.33 0.54 0.84
Hex E1 BF EC 5 13 0 7 11D 36 54
Octal 341 277 354 5 23 0 7 435 66 124
Binary 11100001 10111111 11101100 101 10011 0 111 100011101 110110 1010100

Color Harmonies of #E1BFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BFEC

Black with #E1BFEC

Text Example


Text Example

White with #E1BFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BFEC; }

 p { color: rgb(225,191,236); }

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

background-color css

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

 a { background-color: rgb(225,191,236); }

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

border-color css

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

 span { border-color: rgb(225,191,236); }

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