Html Css Color HEX #E1D5EF Blue Chalk

📋 copy color: '#E1D5EF'

red 225 ◦ green 213 ◦ blue 239

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

Shades of Blue Chalk #E1D5EF

Tints of Blue Chalk #E1D5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.46%

 BLUE value IS 239 (93.75% from 255) = 35.3%

R = 33.23%
G = 31.46%
B = 35.3%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E1D5EF (or 0xE1D5EF) is known color: Blue Chalk. HEX triplet: E1, D5 and EF. RGB value is (225,213,239). Sum of RGB (Red+Green+Blue) = 225+213+239=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 213 (83.59% from 255 or 31.46% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1D5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D5EF is #1E2A10. Grayscale: #DBDBDB. Windows color (decimal): -1976849 or 15717857. OLE color: 15717857.

HSL color Cylindrical-coordinate representation of color #E1D5EF: hue angle of 267.69º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1D5EF is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 213 239 -
CMYK 0.06 0.11 0 0.06
HSL 267.69º 0.45% 0.89% -
HSV(B) 267.69º 0.11% 0.94% -
XYZ 70.43 69.83 91.43 -
YUV 219.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 225 213 239 0.06 0.11 0 0.06 267.69 0.45 0.89
Hex E1 D5 EF 6 B 0 6 10C 2D 59
Octal 341 325 357 6 13 0 6 414 55 131
Binary 11100001 11010101 11101111 110 1011 0 110 100001100 101101 1011001

Color Harmonies of #E1D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D5EF

Black with #E1D5EF

Text Example


Text Example

White with #E1D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D5EF; }

 p { color: rgb(225,213,239); }

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

background-color css

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

 a { background-color: rgb(225,213,239); }

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

border-color css

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

 span { border-color: rgb(225,213,239); }

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