Html Css Color HEX #E5D3F7 Blue Chalk

📋 copy color: '#E5D3F7'

red 229 ◦ green 211 ◦ blue 247

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

Shades of Blue Chalk #E5D3F7

Tints of Blue Chalk #E5D3F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.95%

R = 33.33%
G = 30.71%
B = 35.95%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E5D3F7 (or 0xE5D3F7) is known color: Blue Chalk. HEX triplet: E5, D3 and F7. RGB value is (229,211,247). Sum of RGB (Red+Green+Blue) = 229+211+247=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5D3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D3F7 is #1A2C08. Grayscale: #DCDCDC. Windows color (decimal): -1715209 or 16241637. OLE color: 16241637.

HSL color Cylindrical-coordinate representation of color #E5D3F7: hue angle of 270º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5D3F7 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 229 211 247 -
CMYK 0.07 0.15 0 0.03
HSL 270º 0.69% 0.9% -
HSV(B) 270º 0.15% 0.97% -
XYZ 72.4 69.96 97.68 -
YUV 220.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 229 211 247 0.07 0.15 0 0.03 270 0.69 0.9
Hex E5 D3 F7 7 F 0 3 10E 45 5A
Octal 345 323 367 7 17 0 3 416 105 132
Binary 11100101 11010011 11110111 111 1111 0 11 100001110 1000101 1011010

Color Harmonies of #E5D3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D3F7

Black with #E5D3F7

Text Example


Text Example

White with #E5D3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D3F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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