Html Css Color HEX #E5D3F5 Blue Chalk

📋 copy color: '#E5D3F5'

red 229 ◦ green 211 ◦ blue 245

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

Shades of Blue Chalk #E5D3F5

Tints of Blue Chalk #E5D3F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.77%

R = 33.43%
G = 30.8%
B = 35.77%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E5D3F5 (or 0xE5D3F5) is known color: Blue Chalk. HEX triplet: E5, D3 and F5. RGB value is (229,211,245). Sum of RGB (Red+Green+Blue) = 229+211+245=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #E5D3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D3F5 is #1A2C0A. Grayscale: #DCDCDC. Windows color (decimal): -1715211 or 16110565. OLE color: 16110565.

HSL color Cylindrical-coordinate representation of color #E5D3F5: hue angle of 271.76º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5D3F5 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 211 245 -
CMYK 0.07 0.14 0 0.04
HSL 271.76º 0.63% 0.89% -
HSV(B) 271.76º 0.14% 0.96% -
XYZ 72.09 69.84 96.07 -
YUV 220.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 229 211 245 0.07 0.14 0 0.04 271.76 0.63 0.89
Hex E5 D3 F5 7 E 0 4 110 3F 59
Octal 345 323 365 7 16 0 4 420 77 131
Binary 11100101 11010011 11110101 111 1110 0 100 100010000 111111 1011001

Color Harmonies of #E5D3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D3F5

Black with #E5D3F5

Text Example


Text Example

White with #E5D3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D3F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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