Html Css Color HEX #E1BFEE Blue Chalk

📋 copy color: '#E1BFEE'

red 225 ◦ green 191 ◦ blue 238

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

Shades of Blue Chalk #E1BFEE

Tints of Blue Chalk #E1BFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.39%

R = 34.4%
G = 29.2%
B = 36.39%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1BFEE (or 0xE1BFEE) is known color: Blue Chalk. HEX triplet: E1, BF and EE. RGB value is (225,191,238). Sum of RGB (Red+Green+Blue) = 225+191+238=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFEE is #1E4011. Grayscale: #CECECE. Windows color (decimal): -1982482 or 15646689. OLE color: 15646689.

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

Color convert

RGB 225 191 238 -
CMYK 0.05 0.20 0 0.07
HSL 283.4º 0.58% 0.84% -
HSV(B) 283.4º 0.2% 0.93% -
XYZ 65.11 59.44 88.93 -
YUV 206.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 225 191 238 0.05 0.20 0 0.07 283.4 0.58 0.84
Hex E1 BF EE 5 14 0 7 11B 3A 54
Octal 341 277 356 5 24 0 7 433 72 124
Binary 11100001 10111111 11101110 101 10100 0 111 100011011 111010 1010100

Color Harmonies of #E1BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BFEE

Black with #E1BFEE

Text Example


Text Example

White with #E1BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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