Html Css Color HEX #E1D4EA Blue Chalk

📋 copy color: '#E1D4EA'

red 225 ◦ green 212 ◦ blue 234

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

Shades of Blue Chalk #E1D4EA

Tints of Blue Chalk #E1D4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.87%

R = 33.53%
G = 31.59%
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

#E1D4EA (or 0xE1D4EA) is known color: Blue Chalk. HEX triplet: E1, D4 and EA. RGB value is (225,212,234). Sum of RGB (Red+Green+Blue) = 225+212+234=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D4EA is #1E2B15. Grayscale: #DADADA. Windows color (decimal): -1977110 or 15389921. OLE color: 15389921.

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

Color convert

RGB 225 212 234 -
CMYK 0.04 0.09 0 0.08
HSL 275.45º 0.34% 0.87% -
HSV(B) 275.45º 0.09% 0.92% -
XYZ 69.45 69.04 87.51 -
YUV 218.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 225 212 234 0.04 0.09 0 0.08 275.45 0.34 0.87
Hex E1 D4 EA 4 9 0 8 113 22 57
Octal 341 324 352 4 11 0 10 423 42 127
Binary 11100001 11010100 11101010 100 1001 0 1000 100010011 100010 1010111

Color Harmonies of #E1D4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D4EA

Black with #E1D4EA

Text Example


Text Example

White with #E1D4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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