Html Css Color HEX #E5BFEF Blue Chalk

📋 copy color: '#E5BFEF'

red 229 ◦ green 191 ◦ blue 239

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

Shades of Blue Chalk #E5BFEF

Tints of Blue Chalk #E5BFEF

RGB

 RED value IS 229 (89.84% from 255) = 34.75%

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

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

R = 34.75%
G = 28.98%
B = 36.27%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5BFEF (or 0xE5BFEF) is known color: Blue Chalk. HEX triplet: E5, BF and EF. RGB value is (229,191,239). Sum of RGB (Red+Green+Blue) = 229+191+239=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFEF is #1A4010. Grayscale: #CFCFCF. Windows color (decimal): -1720337 or 15712229. OLE color: 15712229.

HSL color Cylindrical-coordinate representation of color #E5BFEF: hue angle of 287.5º 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 #E5BFEF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 191 239 -
CMYK 0.04 0.20 0 0.06
HSL 287.5º 0.6% 0.84% -
HSV(B) 287.5º 0.2% 0.94% -
XYZ 66.52 60.15 89.77 -
YUV 207.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 229 191 239 0.04 0.20 0 0.06 287.5 0.6 0.84
Hex E5 BF EF 4 14 0 6 120 3C 54
Octal 345 277 357 4 24 0 6 440 74 124
Binary 11100101 10111111 11101111 100 10100 0 110 100100000 111100 1010100

Color Harmonies of #E5BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFEF

Black with #E5BFEF

Text Example


Text Example

White with #E5BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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