Html Css Color HEX #E2D7EB Blue Chalk

📋 copy color: '#E2D7EB'

red 226 ◦ green 215 ◦ blue 235

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

Shades of Blue Chalk #E2D7EB

Tints of Blue Chalk #E2D7EB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.8%

 BLUE value IS 235 (92.19% from 255) = 34.76%

R = 33.43%
G = 31.8%
B = 34.76%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2D7EB (or 0xE2D7EB) is known color: Blue Chalk. HEX triplet: E2, D7 and EB. RGB value is (226,215,235). Sum of RGB (Red+Green+Blue) = 226+215+235=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2D7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D7EB is #1D2814. Grayscale: #DCDCDC. Windows color (decimal): -1910805 or 15456226. OLE color: 15456226.

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

Color convert

RGB 226 215 235 -
CMYK 0.04 0.09 0 0.08
HSL 273º 0.33% 0.88% -
HSV(B) 273º 0.09% 0.92% -
XYZ 70.66 70.77 88.53 -
YUV 220.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 226 215 235 0.04 0.09 0 0.08 273 0.33 0.88
Hex E2 D7 EB 4 9 0 8 111 21 58
Octal 342 327 353 4 11 0 10 421 41 130
Binary 11100010 11010111 11101011 100 1001 0 1000 100010001 100001 1011000

Color Harmonies of #E2D7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D7EB

Black with #E2D7EB

Text Example


Text Example

White with #E2D7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D7EB; }

 p { color: rgb(226,215,235); }

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

background-color css

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

 a { background-color: rgb(226,215,235); }

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

border-color css

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

 span { border-color: rgb(226,215,235); }

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