Html Css Color HEX #E1D4EB Blue Chalk

📋 copy color: '#E1D4EB'

red 225 ◦ green 212 ◦ blue 235

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

Shades of Blue Chalk #E1D4EB

Tints of Blue Chalk #E1D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.55%

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

R = 33.48%
G = 31.55%
B = 34.97%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1D4EB (or 0xE1D4EB) is known color: Blue Chalk. HEX triplet: E1, D4 and EB. RGB value is (225,212,235). Sum of RGB (Red+Green+Blue) = 225+212+235=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D4EB is #1E2B14. Grayscale: #DADADA. Windows color (decimal): -1977109 or 15455457. OLE color: 15455457.

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

Color convert

RGB 225 212 235 -
CMYK 0.04 0.10 0 0.08
HSL 273.91º 0.37% 0.88% -
HSV(B) 273.91º 0.1% 0.92% -
XYZ 69.59 69.09 88.27 -
YUV 218.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 225 212 235 0.04 0.10 0 0.08 273.91 0.37 0.88
Hex E1 D4 EB 4 A 0 8 112 25 58
Octal 341 324 353 4 12 0 10 422 45 130
Binary 11100001 11010100 11101011 100 1010 0 1000 100010010 100101 1011000

Color Harmonies of #E1D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D4EB

Black with #E1D4EB

Text Example


Text Example

White with #E1D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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