Html Css Color HEX #E5D1FB Blue Chalk

📋 copy color: '#E5D1FB'

red 229 ◦ green 209 ◦ blue 251

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

Shades of Blue Chalk #E5D1FB

Tints of Blue Chalk #E5D1FB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.33%

 BLUE value IS 251 (98.44% from 255) = 36.43%

R = 33.24%
G = 30.33%
B = 36.43%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5D1FB (or 0xE5D1FB) is known color: Blue Chalk. HEX triplet: E5, D1 and FB. RGB value is (229,209,251). Sum of RGB (Red+Green+Blue) = 229+209+251=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 209 (82.03% from 255 or 30.33% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D1FB is #1A2E04. Grayscale: #DBDBDB. Windows color (decimal): -1715717 or 16503269. OLE color: 16503269.

HSL color Cylindrical-coordinate representation of color #E5D1FB: hue angle of 268.57º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5D1FB is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 209 251 -
CMYK 0.09 0.17 0 0.02
HSL 268.57º 0.84% 0.9% -
HSV(B) 268.57º 0.17% 0.98% -
XYZ 72.53 69.22 100.81 -
YUV 219.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 229 209 251 0.09 0.17 0 0.02 268.57 0.84 0.9
Hex E5 D1 FB 9 11 0 2 10D 54 5A
Octal 345 321 373 11 21 0 2 415 124 132
Binary 11100101 11010001 11111011 1001 10001 0 10 100001101 1010100 1011010

Color Harmonies of #E5D1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D1FB

Black with #E5D1FB

Text Example


Text Example

White with #E5D1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D1FB; }

 p { color: rgb(229,209,251); }

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

background-color css

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

 a { background-color: rgb(229,209,251); }

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

border-color css

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

 span { border-color: rgb(229,209,251); }

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