Html Css Color HEX #E2D1ED Blue Chalk

📋 copy color: '#E2D1ED'

red 226 ◦ green 209 ◦ blue 237

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

Shades of Blue Chalk #E2D1ED

Tints of Blue Chalk #E2D1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.27%

R = 33.63%
G = 31.1%
B = 35.27%

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

#E2D1ED (or 0xE2D1ED) is known color: Blue Chalk. HEX triplet: E2, D1 and ED. RGB value is (226,209,237). Sum of RGB (Red+Green+Blue) = 226+209+237=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D1ED is #1D2E12. Grayscale: #D9D9D9. Windows color (decimal): -1912339 or 15585762. OLE color: 15585762.

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

Color convert

RGB 226 209 237 -
CMYK 0.05 0.12 0 0.07
HSL 276.43º 0.44% 0.87% -
HSV(B) 276.43º 0.12% 0.93% -
XYZ 69.45 67.88 89.56 -
YUV 217.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 226 209 237 0.05 0.12 0 0.07 276.43 0.44 0.87
Hex E2 D1 ED 5 C 0 7 114 2C 57
Octal 342 321 355 5 14 0 7 424 54 127
Binary 11100010 11010001 11101101 101 1100 0 111 100010100 101100 1010111

Color Harmonies of #E2D1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D1ED

Black with #E2D1ED

Text Example


Text Example

White with #E2D1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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