Html Css Color HEX #E5D9EB Blue Chalk

📋 copy color: '#E5D9EB'

red 229 ◦ green 217 ◦ blue 235

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

Shades of Blue Chalk #E5D9EB

Tints of Blue Chalk #E5D9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.51%

R = 33.63%
G = 31.86%
B = 34.51%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5D9EB (or 0xE5D9EB) is known color: Blue Chalk. HEX triplet: E5, D9 and EB. RGB value is (229,217,235). Sum of RGB (Red+Green+Blue) = 229+217+235=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D9EB is #1A2614. Grayscale: #DEDEDE. Windows color (decimal): -1713685 or 15456741. OLE color: 15456741.

HSL color Cylindrical-coordinate representation of color #E5D9EB: hue angle of 280º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5D9EB is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 217 235 -
CMYK 0.03 0.08 0 0.08
HSL 280º 0.31% 0.89% -
HSV(B) 280º 0.08% 0.92% -
XYZ 72.12 72.28 88.75 -
YUV 222.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 229 217 235 0.03 0.08 0 0.08 280 0.31 0.89
Hex E5 D9 EB 3 8 0 8 118 1F 59
Octal 345 331 353 3 10 0 10 430 37 131
Binary 11100101 11011001 11101011 11 1000 0 1000 100011000 11111 1011001

Color Harmonies of #E5D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D9EB

Black with #E5D9EB

Text Example


Text Example

White with #E5D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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