Html Css Color HEX #E5D9EF Blue Chalk

📋 copy color: '#E5D9EF'

red 229 ◦ green 217 ◦ blue 239

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

Shades of Blue Chalk #E5D9EF

Tints of Blue Chalk #E5D9EF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.68%

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

R = 33.43%
G = 31.68%
B = 34.89%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5D9EF (or 0xE5D9EF) is known color: Blue Chalk. HEX triplet: E5, D9 and EF. RGB value is (229,217,239). Sum of RGB (Red+Green+Blue) = 229+217+239=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D9EF is #1A2610. Grayscale: #DFDFDF. Windows color (decimal): -1713681 or 15718885. OLE color: 15718885.

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

Color convert

RGB 229 217 239 -
CMYK 0.04 0.09 0 0.06
HSL 272.73º 0.41% 0.89% -
HSV(B) 272.73º 0.09% 0.94% -
XYZ 72.71 72.52 91.83 -
YUV 223.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 229 217 239 0.04 0.09 0 0.06 272.73 0.41 0.89
Hex E5 D9 EF 4 9 0 6 111 29 59
Octal 345 331 357 4 11 0 6 421 51 131
Binary 11100101 11011001 11101111 100 1001 0 110 100010001 101001 1011001

Color Harmonies of #E5D9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D9EF

Black with #E5D9EF

Text Example


Text Example

White with #E5D9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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