Html Css Color HEX #E1D6EB Blue Chalk

📋 copy color: '#E1D6EB'

red 225 ◦ green 214 ◦ blue 235

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

Shades of Blue Chalk #E1D6EB

Tints of Blue Chalk #E1D6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.87%

R = 33.38%
G = 31.75%
B = 34.87%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1D6EB (or 0xE1D6EB) is known color: Blue Chalk. HEX triplet: E1, D6 and EB. RGB value is (225,214,235). Sum of RGB (Red+Green+Blue) = 225+214+235=674 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.38% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D6EB is #1E2914. Grayscale: #DBDBDB. Windows color (decimal): -1976597 or 15455969. OLE color: 15455969.

HSL color Cylindrical-coordinate representation of color #E1D6EB: hue angle of 271.43º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1D6EB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 214 235 -
CMYK 0.04 0.09 0 0.08
HSL 271.43º 0.34% 0.88% -
HSV(B) 271.43º 0.09% 0.92% -
XYZ 70.09 70.1 88.43 -
YUV 219.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 225 214 235 0.04 0.09 0 0.08 271.43 0.34 0.88
Hex E1 D6 EB 4 9 0 8 10F 22 58
Octal 341 326 353 4 11 0 10 417 42 130
Binary 11100001 11010110 11101011 100 1001 0 1000 100001111 100010 1011000

Color Harmonies of #E1D6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D6EB

Black with #E1D6EB

Text Example


Text Example

White with #E1D6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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