Html Css Color HEX #E2BFEB Blue Chalk

📋 copy color: '#E2BFEB'

red 226 ◦ green 191 ◦ blue 235

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

Shades of Blue Chalk #E2BFEB

Tints of Blue Chalk #E2BFEB

RGB

 RED value IS 226 (88.67% from 255) = 34.66%

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

 BLUE value IS 235 (92.19% from 255) = 36.04%

R = 34.66%
G = 29.29%
B = 36.04%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2BFEB (or 0xE2BFEB) is known color: Blue Chalk. HEX triplet: E2, BF and EB. RGB value is (226,191,235). Sum of RGB (Red+Green+Blue) = 226+191+235=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFEB is #1D4014. Grayscale: #CECECE. Windows color (decimal): -1916949 or 15450082. OLE color: 15450082.

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

Color convert

RGB 226 191 235 -
CMYK 0.04 0.19 0 0.08
HSL 287.73º 0.52% 0.84% -
HSV(B) 287.73º 0.19% 0.92% -
XYZ 64.99 59.43 86.64 -
YUV 206.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 226 191 235 0.04 0.19 0 0.08 287.73 0.52 0.84
Hex E2 BF EB 4 13 0 8 120 34 54
Octal 342 277 353 4 23 0 10 440 64 124
Binary 11100010 10111111 11101011 100 10011 0 1000 100100000 110100 1010100

Color Harmonies of #E2BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFEB

Black with #E2BFEB

Text Example


Text Example

White with #E2BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFEB; }

 p { color: rgb(226,191,235); }

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

background-color css

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

 a { background-color: rgb(226,191,235); }

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

border-color css

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

 span { border-color: rgb(226,191,235); }

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