Html Css Color HEX #E9D3EE Blue Chalk

📋 copy color: '#E9D3EE'

red 233 ◦ green 211 ◦ blue 238

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

Shades of Blue Chalk #E9D3EE

Tints of Blue Chalk #E9D3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.9%

R = 34.16%
G = 30.94%
B = 34.9%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E9D3EE (or 0xE9D3EE) is known color: Blue Chalk. HEX triplet: E9, D3 and EE. RGB value is (233,211,238). Sum of RGB (Red+Green+Blue) = 233+211+238=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9D3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D3EE is #162C11. Grayscale: #DCDCDC. Windows color (decimal): -1453074 or 15651817. OLE color: 15651817.

HSL color Cylindrical-coordinate representation of color #E9D3EE: hue angle of 288.89º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9D3EE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 211 238 -
CMYK 0.02 0.11 0 0.07
HSL 288.89º 0.44% 0.88% -
HSV(B) 288.89º 0.11% 0.93% -
XYZ 72.33 70.09 90.6 -
YUV 220.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 233 211 238 0.02 0.11 0 0.07 288.89 0.44 0.88
Hex E9 D3 EE 2 B 0 7 121 2C 58
Octal 351 323 356 2 13 0 7 441 54 130
Binary 11101001 11010011 11101110 10 1011 0 111 100100001 101100 1011000

Color Harmonies of #E9D3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D3EE

Black with #E9D3EE

Text Example


Text Example

White with #E9D3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D3EE; }

 p { color: rgb(233,211,238); }

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

background-color css

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

 a { background-color: rgb(233,211,238); }

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

border-color css

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

 span { border-color: rgb(233,211,238); }

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