Html Css Color HEX #E5D0ED Blue Chalk

📋 copy color: '#E5D0ED'

red 229 ◦ green 208 ◦ blue 237

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

Shades of Blue Chalk #E5D0ED

Tints of Blue Chalk #E5D0ED

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.86%

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

R = 33.98%
G = 30.86%
B = 35.16%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5D0ED (or 0xE5D0ED) is known color: Blue Chalk. HEX triplet: E5, D0 and ED. RGB value is (229,208,237). Sum of RGB (Red+Green+Blue) = 229+208+237=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D0ED is #1A2F12. Grayscale: #D9D9D9. Windows color (decimal): -1715987 or 15585509. OLE color: 15585509.

HSL color Cylindrical-coordinate representation of color #E5D0ED: hue angle of 283.45º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5D0ED is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 208 237 -
CMYK 0.03 0.12 0 0.07
HSL 283.45º 0.45% 0.87% -
HSV(B) 283.45º 0.12% 0.93% -
XYZ 70.16 67.88 89.53 -
YUV 217.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 229 208 237 0.03 0.12 0 0.07 283.45 0.45 0.87
Hex E5 D0 ED 3 C 0 7 11B 2D 57
Octal 345 320 355 3 14 0 7 433 55 127
Binary 11100101 11010000 11101101 11 1100 0 111 100011011 101101 1010111

Color Harmonies of #E5D0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D0ED

Black with #E5D0ED

Text Example


Text Example

White with #E5D0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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