Html Css Color HEX #E1BFEA Blue Chalk

📋 copy color: '#E1BFEA'

red 225 ◦ green 191 ◦ blue 234

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

Shades of Blue Chalk #E1BFEA

Tints of Blue Chalk #E1BFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36%

R = 34.62%
G = 29.38%
B = 36%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1BFEA (or 0xE1BFEA) is known color: Blue Chalk. HEX triplet: E1, BF and EA. RGB value is (225,191,234). Sum of RGB (Red+Green+Blue) = 225+191+234=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFEA is #1E4015. Grayscale: #CDCDCD. Windows color (decimal): -1982486 or 15384545. OLE color: 15384545.

HSL color Cylindrical-coordinate representation of color #E1BFEA: hue angle of 287.44º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1BFEA is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 191 234 -
CMYK 0.04 0.18 0 0.08
HSL 287.44º 0.51% 0.83% -
HSV(B) 287.44º 0.18% 0.92% -
XYZ 64.53 59.21 85.87 -
YUV 206.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 225 191 234 0.04 0.18 0 0.08 287.44 0.51 0.83
Hex E1 BF EA 4 12 0 8 11F 33 53
Octal 341 277 352 4 22 0 10 437 63 123
Binary 11100001 10111111 11101010 100 10010 0 1000 100011111 110011 1010011

Color Harmonies of #E1BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BFEA

Black with #E1BFEA

Text Example


Text Example

White with #E1BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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