Html Css Color HEX #E1D6EC Blue Chalk

📋 copy color: '#E1D6EC'

red 225 ◦ green 214 ◦ blue 236

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

Shades of Blue Chalk #E1D6EC

Tints of Blue Chalk #E1D6EC

RGB

 RED value IS 225 (88.28% from 255) = 33.33%

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

 BLUE value IS 236 (92.58% from 255) = 34.96%

R = 33.33%
G = 31.7%
B = 34.96%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1D6EC (or 0xE1D6EC) is known color: Blue Chalk. HEX triplet: E1, D6 and EC. RGB value is (225,214,236). Sum of RGB (Red+Green+Blue) = 225+214+236=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1D6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D6EC is #1E2913. Grayscale: #DBDBDB. Windows color (decimal): -1976596 or 15521505. OLE color: 15521505.

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

Color convert

RGB 225 214 236 -
CMYK 0.05 0.09 0 0.07
HSL 270º 0.37% 0.88% -
HSV(B) 270º 0.09% 0.93% -
XYZ 70.24 70.16 89.2 -
YUV 219.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 225 214 236 0.05 0.09 0 0.07 270 0.37 0.88
Hex E1 D6 EC 5 9 0 7 10E 25 58
Octal 341 326 354 5 11 0 7 416 45 130
Binary 11100001 11010110 11101100 101 1001 0 111 100001110 100101 1011000

Color Harmonies of #E1D6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D6EC

Black with #E1D6EC

Text Example


Text Example

White with #E1D6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D6EC; }

 p { color: rgb(225,214,236); }

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

background-color css

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

 a { background-color: rgb(225,214,236); }

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

border-color css

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

 span { border-color: rgb(225,214,236); }

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