Html Css Color HEX #E4BFEF Blue Chalk

📋 copy color: '#E4BFEF'

red 228 ◦ green 191 ◦ blue 239

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

Shades of Blue Chalk #E4BFEF

Tints of Blue Chalk #E4BFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.32%

R = 34.65%
G = 29.03%
B = 36.32%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E4BFEF (or 0xE4BFEF) is known color: Blue Chalk. HEX triplet: E4, BF and EF. RGB value is (228,191,239). Sum of RGB (Red+Green+Blue) = 228+191+239=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFEF is #1B4010. Grayscale: #CFCFCF. Windows color (decimal): -1785873 or 15712228. OLE color: 15712228.

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

Color convert

RGB 228 191 239 -
CMYK 0.05 0.20 0 0.06
HSL 286.25º 0.6% 0.84% -
HSV(B) 286.25º 0.2% 0.94% -
XYZ 66.21 59.99 89.75 -
YUV 207.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 228 191 239 0.05 0.20 0 0.06 286.25 0.6 0.84
Hex E4 BF EF 5 14 0 6 11E 3C 54
Octal 344 277 357 5 24 0 6 436 74 124
Binary 11100100 10111111 11101111 101 10100 0 110 100011110 111100 1010100

Color Harmonies of #E4BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BFEF

Black with #E4BFEF

Text Example


Text Example

White with #E4BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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