Html Css Color HEX #E2D8EF Blue Chalk

📋 copy color: '#E2D8EF'

red 226 ◦ green 216 ◦ blue 239

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

Shades of Blue Chalk #E2D8EF

Tints of Blue Chalk #E2D8EF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.72%

 BLUE value IS 239 (93.75% from 255) = 35.1%

R = 33.19%
G = 31.72%
B = 35.1%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E2D8EF (or 0xE2D8EF) is known color: Blue Chalk. HEX triplet: E2, D8 and EF. RGB value is (226,216,239). Sum of RGB (Red+Green+Blue) = 226+216+239=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 216 (84.77% from 255 or 31.72% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D8EF is #1D2710. Grayscale: #DDDDDD. Windows color (decimal): -1910545 or 15718626. OLE color: 15718626.

HSL color Cylindrical-coordinate representation of color #E2D8EF: hue angle of 266.09º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2D8EF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 216 239 -
CMYK 0.05 0.10 0 0.06
HSL 266.09º 0.42% 0.89% -
HSV(B) 266.09º 0.1% 0.94% -
XYZ 71.5 71.51 91.7 -
YUV 221.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 226 216 239 0.05 0.10 0 0.06 266.09 0.42 0.89
Hex E2 D8 EF 5 A 0 6 10A 2A 59
Octal 342 330 357 5 12 0 6 412 52 131
Binary 11100010 11011000 11101111 101 1010 0 110 100001010 101010 1011001

Color Harmonies of #E2D8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D8EF

Black with #E2D8EF

Text Example


Text Example

White with #E2D8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D8EF; }

 p { color: rgb(226,216,239); }

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

background-color css

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

 a { background-color: rgb(226,216,239); }

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

border-color css

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

 span { border-color: rgb(226,216,239); }

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