Html Css Color HEX #E2D9EC Blue Chalk

📋 copy color: '#E2D9EC'

red 226 ◦ green 217 ◦ blue 236

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

Shades of Blue Chalk #E2D9EC

Tints of Blue Chalk #E2D9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.96%

 BLUE value IS 236 (92.58% from 255) = 34.76%

R = 33.28%
G = 31.96%
B = 34.76%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2D9EC (or 0xE2D9EC) is known color: Blue Chalk. HEX triplet: E2, D9 and EC. RGB value is (226,217,236). Sum of RGB (Red+Green+Blue) = 226+217+236=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D9EC is #1D2613. Grayscale: #DDDDDD. Windows color (decimal): -1910292 or 15522274. OLE color: 15522274.

HSL color Cylindrical-coordinate representation of color #E2D9EC: hue angle of 268.42º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2D9EC is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 217 236 -
CMYK 0.04 0.08 0 0.07
HSL 268.42º 0.33% 0.89% -
HSV(B) 268.42º 0.08% 0.93% -
XYZ 71.32 71.85 89.47 -
YUV 221.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 226 217 236 0.04 0.08 0 0.07 268.42 0.33 0.89
Hex E2 D9 EC 4 8 0 7 10C 21 59
Octal 342 331 354 4 10 0 7 414 41 131
Binary 11100010 11011001 11101100 100 1000 0 111 100001100 100001 1011001

Color Harmonies of #E2D9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D9EC

Black with #E2D9EC

Text Example


Text Example

White with #E2D9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D9EC; }

 p { color: rgb(226,217,236); }

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

background-color css

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

 a { background-color: rgb(226,217,236); }

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

border-color css

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

 span { border-color: rgb(226,217,236); }

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