Html Css Color HEX #E9D1EF Blue Chalk

📋 copy color: '#E9D1EF'

red 233 ◦ green 209 ◦ blue 239

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

Shades of Blue Chalk #E9D1EF

Tints of Blue Chalk #E9D1EF

RGB

 RED value IS 233 (91.41% from 255) = 34.21%

 GREEN value IS 209 (82.03% from 255) = 30.69%

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

R = 34.21%
G = 30.69%
B = 35.1%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E9D1EF (or 0xE9D1EF) is known color: Blue Chalk. HEX triplet: E9, D1 and EF. RGB value is (233,209,239). Sum of RGB (Red+Green+Blue) = 233+209+239=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 209 (82.03% from 255 or 30.69% 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 #E9D1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D1EF is #162E10. Grayscale: #DBDBDB. Windows color (decimal): -1453585 or 15716841. OLE color: 15716841.

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

Color convert

RGB 233 209 239 -
CMYK 0.03 0.13 0 0.06
HSL 288º 0.48% 0.88% -
HSV(B) 288º 0.13% 0.94% -
XYZ 71.98 69.16 91.22 -
YUV 219.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 233 209 239 0.03 0.13 0 0.06 288 0.48 0.88
Hex E9 D1 EF 3 D 0 6 120 30 58
Octal 351 321 357 3 15 0 6 440 60 130
Binary 11101001 11010001 11101111 11 1101 0 110 100100000 110000 1011000

Color Harmonies of #E9D1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D1EF

Black with #E9D1EF

Text Example


Text Example

White with #E9D1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D1EF; }

 p { color: rgb(233,209,239); }

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

background-color css

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

 a { background-color: rgb(233,209,239); }

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

border-color css

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

 span { border-color: rgb(233,209,239); }

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