Html Css Color HEX #E2D0EC Blue Chalk

📋 copy color: '#E2D0EC'

red 226 ◦ green 208 ◦ blue 236

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

Shades of Blue Chalk #E2D0EC

Tints of Blue Chalk #E2D0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.04%

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

R = 33.73%
G = 31.04%
B = 35.22%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2D0EC (or 0xE2D0EC) is known color: Blue Chalk. HEX triplet: E2, D0 and EC. RGB value is (226,208,236). Sum of RGB (Red+Green+Blue) = 226+208+236=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2D0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D0EC is #1D2F13. Grayscale: #D8D8D8. Windows color (decimal): -1912596 or 15519970. OLE color: 15519970.

HSL color Cylindrical-coordinate representation of color #E2D0EC: hue angle of 278.57º degrees, saturation: 0.42, 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 #E2D0EC is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 208 236 -
CMYK 0.04 0.12 0 0.07
HSL 278.57º 0.42% 0.87% -
HSV(B) 278.57º 0.12% 0.93% -
XYZ 69.06 67.34 88.71 -
YUV 216.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 226 208 236 0.04 0.12 0 0.07 278.57 0.42 0.87
Hex E2 D0 EC 4 C 0 7 117 2A 57
Octal 342 320 354 4 14 0 7 427 52 127
Binary 11100010 11010000 11101100 100 1100 0 111 100010111 101010 1010111

Color Harmonies of #E2D0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D0EC

Black with #E2D0EC

Text Example


Text Example

White with #E2D0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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