Html Css Color HEX #E5D1EF Blue Chalk

📋 copy color: '#E5D1EF'

red 229 ◦ green 209 ◦ blue 239

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

Shades of Blue Chalk #E5D1EF

Tints of Blue Chalk #E5D1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.3%

R = 33.83%
G = 30.87%
B = 35.3%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5D1EF (or 0xE5D1EF) is known color: Blue Chalk. HEX triplet: E5, D1 and EF. RGB value is (229,209,239). Sum of RGB (Red+Green+Blue) = 229+209+239=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 209 (82.03% from 255 or 30.87% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5D1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D1EF is #1A2E10. Grayscale: #DADADA. Windows color (decimal): -1715729 or 15716837. OLE color: 15716837.

HSL color Cylindrical-coordinate representation of color #E5D1EF: hue angle of 280º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5D1EF is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 209 239 -
CMYK 0.04 0.13 0 0.06
HSL 280º 0.48% 0.88% -
HSV(B) 280º 0.13% 0.94% -
XYZ 70.69 68.49 91.16 -
YUV 218.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 229 209 239 0.04 0.13 0 0.06 280 0.48 0.88
Hex E5 D1 EF 4 D 0 6 118 30 58
Octal 345 321 357 4 15 0 6 430 60 130
Binary 11100101 11010001 11101111 100 1101 0 110 100011000 110000 1011000

Color Harmonies of #E5D1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D1EF

Black with #E5D1EF

Text Example


Text Example

White with #E5D1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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