Html Css Color HEX #E8D5ED Blue Chalk

📋 copy color: '#E8D5ED'

red 232 ◦ green 213 ◦ blue 237

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

Shades of Blue Chalk #E8D5ED

Tints of Blue Chalk #E8D5ED

RGB

 RED value IS 232 (91.02% from 255) = 34.02%

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

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

R = 34.02%
G = 31.23%
B = 34.75%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8D5ED (or 0xE8D5ED) is known color: Blue Chalk. HEX triplet: E8, D5 and ED. RGB value is (232,213,237). Sum of RGB (Red+Green+Blue) = 232+213+237=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8D5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D5ED is #172A12. Grayscale: #DDDDDD. Windows color (decimal): -1518099 or 15586792. OLE color: 15586792.

HSL color Cylindrical-coordinate representation of color #E8D5ED: hue angle of 287.5º 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 #E8D5ED is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 232 213 237 -
CMYK 0.02 0.10 0 0.07
HSL 287.5º 0.4% 0.88% -
HSV(B) 287.5º 0.1% 0.93% -
XYZ 72.36 70.86 89.98 -
YUV 221.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 232 213 237 0.02 0.10 0 0.07 287.5 0.4 0.88
Hex E8 D5 ED 2 A 0 7 120 28 58
Octal 350 325 355 2 12 0 7 440 50 130
Binary 11101000 11010101 11101101 10 1010 0 111 100100000 101000 1011000

Color Harmonies of #E8D5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D5ED

Black with #E8D5ED

Text Example


Text Example

White with #E8D5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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