Html Css Color HEX #E2D6EF Blue Chalk

📋 copy color: '#E2D6EF'

red 226 ◦ green 214 ◦ blue 239

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

Shades of Blue Chalk #E2D6EF

Tints of Blue Chalk #E2D6EF

RGB

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

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

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

R = 33.28%
G = 31.52%
B = 35.2%

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

#E2D6EF (or 0xE2D6EF) is known color: Blue Chalk. HEX triplet: E2, D6 and EF. RGB value is (226,214,239). Sum of RGB (Red+Green+Blue) = 226+214+239=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 214 (83.98% from 255 or 31.52% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2D6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D6EF is #1D2910. Grayscale: #DCDCDC. Windows color (decimal): -1911057 or 15718114. OLE color: 15718114.

HSL color Cylindrical-coordinate representation of color #E2D6EF: hue angle of 268.8º degrees, saturation: 0.44, 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 #E2D6EF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 214 239 -
CMYK 0.05 0.10 0 0.06
HSL 268.8º 0.44% 0.89% -
HSV(B) 268.8º 0.1% 0.94% -
XYZ 70.99 70.49 91.53 -
YUV 220.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 226 214 239 0.05 0.10 0 0.06 268.8 0.44 0.89
Hex E2 D6 EF 5 A 0 6 10D 2C 59
Octal 342 326 357 5 12 0 6 415 54 131
Binary 11100010 11010110 11101111 101 1010 0 110 100001101 101100 1011001

Color Harmonies of #E2D6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D6EF

Black with #E2D6EF

Text Example


Text Example

White with #E2D6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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