Html Css Color HEX #E5D5ED Blue Chalk

📋 copy color: '#E5D5ED'

red 229 ◦ green 213 ◦ blue 237

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

Shades of Blue Chalk #E5D5ED

Tints of Blue Chalk #E5D5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.9%

R = 33.73%
G = 31.37%
B = 34.9%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5D5ED (or 0xE5D5ED) is known color: Blue Chalk. HEX triplet: E5, D5 and ED. RGB value is (229,213,237). Sum of RGB (Red+Green+Blue) = 229+213+237=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 213 (83.59% from 255 or 31.37% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D5ED is #1A2A12. Grayscale: #DCDCDC. Windows color (decimal): -1714707 or 15586789. OLE color: 15586789.

HSL color Cylindrical-coordinate representation of color #E5D5ED: hue angle of 280º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D5ED is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 213 237 -
CMYK 0.03 0.10 0 0.07
HSL 280º 0.4% 0.88% -
HSV(B) 280º 0.1% 0.93% -
XYZ 71.39 70.36 89.94 -
YUV 220.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 229 213 237 0.03 0.10 0 0.07 280 0.4 0.88
Hex E5 D5 ED 3 A 0 7 118 28 58
Octal 345 325 355 3 12 0 7 430 50 130
Binary 11100101 11010101 11101101 11 1010 0 111 100011000 101000 1011000

Color Harmonies of #E5D5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D5ED

Black with #E5D5ED

Text Example


Text Example

White with #E5D5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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