Html Css Color HEX #E2D0EB Blue Chalk

📋 copy color: '#E2D0EB'

red 226 ◦ green 208 ◦ blue 235

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

Shades of Blue Chalk #E2D0EB

Tints of Blue Chalk #E2D0EB

RGB

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

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

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

R = 33.78%
G = 31.09%
B = 35.13%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2D0EB (or 0xE2D0EB) is known color: Blue Chalk. HEX triplet: E2, D0 and EB. RGB value is (226,208,235). Sum of RGB (Red+Green+Blue) = 226+208+235=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D0EB is #1D2F14. Grayscale: #D8D8D8. Windows color (decimal): -1912597 or 15454434. OLE color: 15454434.

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

Color convert

RGB 226 208 235 -
CMYK 0.04 0.11 0 0.08
HSL 280º 0.4% 0.87% -
HSV(B) 280º 0.11% 0.92% -
XYZ 68.92 67.28 87.95 -
YUV 216.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 226 208 235 0.04 0.11 0 0.08 280 0.4 0.87
Hex E2 D0 EB 4 B 0 8 118 28 57
Octal 342 320 353 4 13 0 10 430 50 127
Binary 11100010 11010000 11101011 100 1011 0 1000 100011000 101000 1010111

Color Harmonies of #E2D0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D0EB

Black with #E2D0EB

Text Example


Text Example

White with #E2D0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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