Html Css Color HEX #E8D3ED Blue Chalk

📋 copy color: '#E8D3ED'

red 232 ◦ green 211 ◦ blue 237

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

Shades of Blue Chalk #E8D3ED

Tints of Blue Chalk #E8D3ED

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.03%

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

R = 34.12%
G = 31.03%
B = 34.85%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8D3ED (or 0xE8D3ED) is known color: Blue Chalk. HEX triplet: E8, D3 and ED. RGB value is (232,211,237). Sum of RGB (Red+Green+Blue) = 232+211+237=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 211 (82.81% from 255 or 31.03% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8D3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D3ED is #172C12. Grayscale: #DCDCDC. Windows color (decimal): -1518611 or 15586280. OLE color: 15586280.

HSL color Cylindrical-coordinate representation of color #E8D3ED: hue angle of 288.46º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8D3ED is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 232 211 237 -
CMYK 0.02 0.11 0 0.07
HSL 288.46º 0.42% 0.88% -
HSV(B) 288.46º 0.11% 0.93% -
XYZ 71.86 69.86 89.82 -
YUV 220.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 232 211 237 0.02 0.11 0 0.07 288.46 0.42 0.88
Hex E8 D3 ED 2 B 0 7 120 2A 58
Octal 350 323 355 2 13 0 7 440 52 130
Binary 11101000 11010011 11101101 10 1011 0 111 100100000 101010 1011000

Color Harmonies of #E8D3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D3ED

Black with #E8D3ED

Text Example


Text Example

White with #E8D3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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