Html Css Color HEX #E8D6ED Blue Chalk

📋 copy color: '#E8D6ED'

red 232 ◦ green 214 ◦ blue 237

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

Shades of Blue Chalk #E8D6ED

Tints of Blue Chalk #E8D6ED

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.33%

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

R = 33.97%
G = 31.33%
B = 34.7%

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

#E8D6ED (or 0xE8D6ED) is known color: Blue Chalk. HEX triplet: E8, D6 and ED. RGB value is (232,214,237). Sum of RGB (Red+Green+Blue) = 232+214+237=683 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.97% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8D6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D6ED is #172912. Grayscale: #DDDDDD. Windows color (decimal): -1517843 or 15587048. OLE color: 15587048.

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

Color convert

RGB 232 214 237 -
CMYK 0.02 0.10 0 0.07
HSL 286.96º 0.39% 0.88% -
HSV(B) 286.96º 0.1% 0.93% -
XYZ 72.61 71.36 90.07 -
YUV 222 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 232 214 237 0.02 0.10 0 0.07 286.96 0.39 0.88
Hex E8 D6 ED 2 A 0 7 11F 27 58
Octal 350 326 355 2 12 0 7 437 47 130
Binary 11101000 11010110 11101101 10 1010 0 111 100011111 100111 1011000

Color Harmonies of #E8D6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D6ED

Black with #E8D6ED

Text Example


Text Example

White with #E8D6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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