Html Css Color HEX #E5D3EF Blue Chalk

📋 copy color: '#E5D3EF'

red 229 ◦ green 211 ◦ blue 239

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

Shades of Blue Chalk #E5D3EF

Tints of Blue Chalk #E5D3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.08%

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

R = 33.73%
G = 31.08%
B = 35.2%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5D3EF (or 0xE5D3EF) is known color: Blue Chalk. HEX triplet: E5, D3 and EF. RGB value is (229,211,239). Sum of RGB (Red+Green+Blue) = 229+211+239=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 211 (82.81% from 255 or 31.08% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D3EF is #1A2C10. Grayscale: #DBDBDB. Windows color (decimal): -1715217 or 15717349. OLE color: 15717349.

HSL color Cylindrical-coordinate representation of color #E5D3EF: hue angle of 278.57º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5D3EF is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 211 239 -
CMYK 0.04 0.12 0 0.06
HSL 278.57º 0.47% 0.88% -
HSV(B) 278.57º 0.12% 0.94% -
XYZ 71.19 69.48 91.32 -
YUV 219.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 229 211 239 0.04 0.12 0 0.06 278.57 0.47 0.88
Hex E5 D3 EF 4 C 0 6 117 2F 58
Octal 345 323 357 4 14 0 6 427 57 130
Binary 11100101 11010011 11101111 100 1100 0 110 100010111 101111 1011000

Color Harmonies of #E5D3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D3EF

Black with #E5D3EF

Text Example


Text Example

White with #E5D3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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