Html Css Color HEX #E2D5EC Blue Chalk

📋 copy color: '#E2D5EC'

red 226 ◦ green 213 ◦ blue 236

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

Shades of Blue Chalk #E2D5EC

Tints of Blue Chalk #E2D5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.56%

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

R = 33.48%
G = 31.56%
B = 34.96%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2D5EC (or 0xE2D5EC) is known color: Blue Chalk. HEX triplet: E2, D5 and EC. RGB value is (226,213,236). Sum of RGB (Red+Green+Blue) = 226+213+236=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2D5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D5EC is #1D2A13. Grayscale: #DBDBDB. Windows color (decimal): -1911316 or 15521250. OLE color: 15521250.

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

Color convert

RGB 226 213 236 -
CMYK 0.04 0.10 0 0.07
HSL 273.91º 0.38% 0.88% -
HSV(B) 273.91º 0.1% 0.93% -
XYZ 70.3 69.81 89.13 -
YUV 219.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 226 213 236 0.04 0.10 0 0.07 273.91 0.38 0.88
Hex E2 D5 EC 4 A 0 7 112 26 58
Octal 342 325 354 4 12 0 7 422 46 130
Binary 11100010 11010101 11101100 100 1010 0 111 100010010 100110 1011000

Color Harmonies of #E2D5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D5EC

Black with #E2D5EC

Text Example


Text Example

White with #E2D5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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