Html Css Color HEX #E5D5EB Blue Chalk

📋 copy color: '#E5D5EB'

red 229 ◦ green 213 ◦ blue 235

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

Shades of Blue Chalk #E5D5EB

Tints of Blue Chalk #E5D5EB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.46%

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

R = 33.83%
G = 31.46%
B = 34.71%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5D5EB (or 0xE5D5EB) is known color: Blue Chalk. HEX triplet: E5, D5 and EB. RGB value is (229,213,235). Sum of RGB (Red+Green+Blue) = 229+213+235=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 213 (83.59% from 255 or 31.46% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D5EB is #1A2A14. Grayscale: #DCDCDC. Windows color (decimal): -1714709 or 15455717. OLE color: 15455717.

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

Color convert

RGB 229 213 235 -
CMYK 0.03 0.09 0 0.08
HSL 283.64º 0.35% 0.88% -
HSV(B) 283.64º 0.09% 0.92% -
XYZ 71.1 70.24 88.41 -
YUV 220.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 229 213 235 0.03 0.09 0 0.08 283.64 0.35 0.88
Hex E5 D5 EB 3 9 0 8 11C 23 58
Octal 345 325 353 3 11 0 10 434 43 130
Binary 11100101 11010101 11101011 11 1001 0 1000 100011100 100011 1011000

Color Harmonies of #E5D5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D5EB

Black with #E5D5EB

Text Example


Text Example

White with #E5D5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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