Html Css Color HEX #E2D6EC Blue Chalk

📋 copy color: '#E2D6EC'

red 226 ◦ green 214 ◦ blue 236

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

Shades of Blue Chalk #E2D6EC

Tints of Blue Chalk #E2D6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.66%

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

R = 33.43%
G = 31.66%
B = 34.91%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2D6EC (or 0xE2D6EC) is known color: Blue Chalk. HEX triplet: E2, D6 and EC. RGB value is (226,214,236). Sum of RGB (Red+Green+Blue) = 226+214+236=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2D6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D6EC is #1D2913. Grayscale: #DCDCDC. Windows color (decimal): -1911060 or 15521506. OLE color: 15521506.

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

Color convert

RGB 226 214 236 -
CMYK 0.04 0.09 0 0.07
HSL 272.73º 0.37% 0.88% -
HSV(B) 272.73º 0.09% 0.93% -
XYZ 70.55 70.32 89.21 -
YUV 220.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 226 214 236 0.04 0.09 0 0.07 272.73 0.37 0.88
Hex E2 D6 EC 4 9 0 7 111 25 58
Octal 342 326 354 4 11 0 7 421 45 130
Binary 11100010 11010110 11101100 100 1001 0 111 100010001 100101 1011000

Color Harmonies of #E2D6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D6EC

Black with #E2D6EC

Text Example


Text Example

White with #E2D6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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