Html Css Color HEX #E5D3F9 Blue Chalk

📋 copy color: '#E5D3F9'

red 229 ◦ green 211 ◦ blue 249

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

Shades of Blue Chalk #E5D3F9

Tints of Blue Chalk #E5D3F9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.62%

 BLUE value IS 249 (97.66% from 255) = 36.14%

R = 33.24%
G = 30.62%
B = 36.14%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5D3F9 (or 0xE5D3F9) is known color: Blue Chalk. HEX triplet: E5, D3 and F9. RGB value is (229,211,249). Sum of RGB (Red+Green+Blue) = 229+211+249=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5D3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D3F9 is #1A2C06. Grayscale: #DCDCDC. Windows color (decimal): -1715207 or 16372709. OLE color: 16372709.

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

Color convert

RGB 229 211 249 -
CMYK 0.08 0.15 0 0.02
HSL 268.42º 0.76% 0.9% -
HSV(B) 268.42º 0.15% 0.98% -
XYZ 72.71 70.09 99.32 -
YUV 220.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 229 211 249 0.08 0.15 0 0.02 268.42 0.76 0.9
Hex E5 D3 F9 8 F 0 2 10C 4C 5A
Octal 345 323 371 10 17 0 2 414 114 132
Binary 11100101 11010011 11111001 1000 1111 0 10 100001100 1001100 1011010

Color Harmonies of #E5D3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D3F9

Black with #E5D3F9

Text Example


Text Example

White with #E5D3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D3F9; }

 p { color: rgb(229,211,249); }

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

background-color css

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

 a { background-color: rgb(229,211,249); }

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

border-color css

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

 span { border-color: rgb(229,211,249); }

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