Html Css Color HEX #E2D1EB Blue Chalk

📋 copy color: '#E2D1EB'

red 226 ◦ green 209 ◦ blue 235

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

Shades of Blue Chalk #E2D1EB

Tints of Blue Chalk #E2D1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.07%

R = 33.73%
G = 31.19%
B = 35.07%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2D1EB (or 0xE2D1EB) is known color: Blue Chalk. HEX triplet: E2, D1 and EB. RGB value is (226,209,235). Sum of RGB (Red+Green+Blue) = 226+209+235=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2D1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D1EB is #1D2E14. Grayscale: #D8D8D8. Windows color (decimal): -1912341 or 15454690. OLE color: 15454690.

HSL color Cylindrical-coordinate representation of color #E2D1EB: hue angle of 279.23º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2D1EB is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 209 235 -
CMYK 0.04 0.11 0 0.08
HSL 279.23º 0.39% 0.87% -
HSV(B) 279.23º 0.11% 0.92% -
XYZ 69.16 67.77 88.03 -
YUV 217.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 226 209 235 0.04 0.11 0 0.08 279.23 0.39 0.87
Hex E2 D1 EB 4 B 0 8 117 27 57
Octal 342 321 353 4 13 0 10 427 47 127
Binary 11100010 11010001 11101011 100 1011 0 1000 100010111 100111 1010111

Color Harmonies of #E2D1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D1EB

Black with #E2D1EB

Text Example


Text Example

White with #E2D1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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