Html Css Color HEX #E5BFF0 Blue Chalk

📋 copy color: '#E5BFF0'

red 229 ◦ green 191 ◦ blue 240

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

Shades of Blue Chalk #E5BFF0

Tints of Blue Chalk #E5BFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.36%

R = 34.7%
G = 28.94%
B = 36.36%

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

#E5BFF0 (or 0xE5BFF0) is known color: Blue Chalk. HEX triplet: E5, BF and F0. RGB value is (229,191,240). Sum of RGB (Red+Green+Blue) = 229+191+240=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5BFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFF0 is #1A400F. Grayscale: #CFCFCF. Windows color (decimal): -1720336 or 15777765. OLE color: 15777765.

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

Color convert

RGB 229 191 240 -
CMYK 0.05 0.20 0 0.06
HSL 286.53º 0.62% 0.85% -
HSV(B) 286.53º 0.2% 0.94% -
XYZ 66.67 60.21 90.55 -
YUV 207.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 229 191 240 0.05 0.20 0 0.06 286.53 0.62 0.85
Hex E5 BF F0 5 14 0 6 11F 3E 55
Octal 345 277 360 5 24 0 6 437 76 125
Binary 11100101 10111111 11110000 101 10100 0 110 100011111 111110 1010101

Color Harmonies of #E5BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFF0

Black with #E5BFF0

Text Example


Text Example

White with #E5BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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