Html Css Color HEX #E8D8ED Blue Chalk

📋 copy color: '#E8D8ED'

red 232 ◦ green 216 ◦ blue 237

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

Shades of Blue Chalk #E8D8ED

Tints of Blue Chalk #E8D8ED

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.53%

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

R = 33.87%
G = 31.53%
B = 34.6%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8D8ED (or 0xE8D8ED) is known color: Blue Chalk. HEX triplet: E8, D8 and ED. RGB value is (232,216,237). Sum of RGB (Red+Green+Blue) = 232+216+237=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8D8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D8ED is #172712. Grayscale: #DFDFDF. Windows color (decimal): -1517331 or 15587560. OLE color: 15587560.

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

Color convert

RGB 232 216 237 -
CMYK 0.02 0.09 0 0.07
HSL 285.71º 0.37% 0.89% -
HSV(B) 285.71º 0.09% 0.93% -
XYZ 73.12 72.38 90.24 -
YUV 223.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 232 216 237 0.02 0.09 0 0.07 285.71 0.37 0.89
Hex E8 D8 ED 2 9 0 7 11E 25 59
Octal 350 330 355 2 11 0 7 436 45 131
Binary 11101000 11011000 11101101 10 1001 0 111 100011110 100101 1011001

Color Harmonies of #E8D8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D8ED

Black with #E8D8ED

Text Example


Text Example

White with #E8D8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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