Html Css Color HEX #E5D5EF Blue Chalk

📋 copy color: '#E5D5EF'

red 229 ◦ green 213 ◦ blue 239

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

Shades of Blue Chalk #E5D5EF

Tints of Blue Chalk #E5D5EF

RGB

 RED value IS 229 (89.84% from 255) = 33.63%

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

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

R = 33.63%
G = 31.28%
B = 35.1%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5D5EF (or 0xE5D5EF) is known color: Blue Chalk. HEX triplet: E5, D5 and EF. RGB value is (229,213,239). Sum of RGB (Red+Green+Blue) = 229+213+239=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5D5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D5EF is #1A2A10. Grayscale: #DCDCDC. Windows color (decimal): -1714705 or 15717861. OLE color: 15717861.

HSL color Cylindrical-coordinate representation of color #E5D5EF: hue angle of 276.92º 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 #E5D5EF is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 213 239 -
CMYK 0.04 0.11 0 0.06
HSL 276.92º 0.45% 0.89% -
HSV(B) 276.92º 0.11% 0.94% -
XYZ 71.69 70.48 91.49 -
YUV 220.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 229 213 239 0.04 0.11 0 0.06 276.92 0.45 0.89
Hex E5 D5 EF 4 B 0 6 115 2D 59
Octal 345 325 357 4 13 0 6 425 55 131
Binary 11100101 11010101 11101111 100 1011 0 110 100010101 101101 1011001

Color Harmonies of #E5D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D5EF

Black with #E5D5EF

Text Example


Text Example

White with #E5D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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