Html Css Color HEX #E2D1EE Blue Chalk

📋 copy color: '#E2D1EE'

red 226 ◦ green 209 ◦ blue 238

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

Shades of Blue Chalk #E2D1EE

Tints of Blue Chalk #E2D1EE

RGB

 RED value IS 226 (88.67% from 255) = 33.58%

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

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

R = 33.58%
G = 31.05%
B = 35.36%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2D1EE (or 0xE2D1EE) is known color: Blue Chalk. HEX triplet: E2, D1 and EE. RGB value is (226,209,238). Sum of RGB (Red+Green+Blue) = 226+209+238=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 209 (82.03% from 255 or 31.05% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2D1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D1EE is #1D2E11. Grayscale: #D9D9D9. Windows color (decimal): -1912338 or 15651298. OLE color: 15651298.

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

Color convert

RGB 226 209 238 -
CMYK 0.05 0.12 0 0.07
HSL 275.17º 0.46% 0.88% -
HSV(B) 275.17º 0.12% 0.93% -
XYZ 69.6 67.94 90.34 -
YUV 217.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 226 209 238 0.05 0.12 0 0.07 275.17 0.46 0.88
Hex E2 D1 EE 5 C 0 7 113 2E 58
Octal 342 321 356 5 14 0 7 423 56 130
Binary 11100010 11010001 11101110 101 1100 0 111 100010011 101110 1011000

Color Harmonies of #E2D1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D1EE

Black with #E2D1EE

Text Example


Text Example

White with #E2D1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D1EE; }

 p { color: rgb(226,209,238); }

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

background-color css

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

 a { background-color: rgb(226,209,238); }

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

border-color css

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

 span { border-color: rgb(226,209,238); }

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