Html Css Color HEX #E5BFED Blue Chalk

📋 copy color: '#E5BFED'

red 229 ◦ green 191 ◦ blue 237

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

Shades of Blue Chalk #E5BFED

Tints of Blue Chalk #E5BFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.07%

R = 34.86%
G = 29.07%
B = 36.07%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5BFED (or 0xE5BFED) is known color: Blue Chalk. HEX triplet: E5, BF and ED. RGB value is (229,191,237). Sum of RGB (Red+Green+Blue) = 229+191+237=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFED is #1A4012. Grayscale: #CFCFCF. Windows color (decimal): -1720339 or 15581157. OLE color: 15581157.

HSL color Cylindrical-coordinate representation of color #E5BFED: hue angle of 289.57º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BFED is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 191 237 -
CMYK 0.03 0.19 0 0.07
HSL 289.57º 0.56% 0.84% -
HSV(B) 289.57º 0.19% 0.93% -
XYZ 66.23 60.03 88.22 -
YUV 207.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 229 191 237 0.03 0.19 0 0.07 289.57 0.56 0.84
Hex E5 BF ED 3 13 0 7 122 38 54
Octal 345 277 355 3 23 0 7 442 70 124
Binary 11100101 10111111 11101101 11 10011 0 111 100100010 111000 1010100

Color Harmonies of #E5BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFED

Black with #E5BFED

Text Example


Text Example

White with #E5BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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