Html Css Color HEX #E0D0EC Blue Chalk

📋 copy color: '#E0D0EC'

red 224 ◦ green 208 ◦ blue 236

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

Shades of Blue Chalk #E0D0EC

Tints of Blue Chalk #E0D0EC

RGB

 RED value IS 224 (87.89% from 255) = 33.53%

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

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

R = 33.53%
G = 31.14%
B = 35.33%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0D0EC (or 0xE0D0EC) is known color: Blue Chalk. HEX triplet: E0, D0 and EC. RGB value is (224,208,236). Sum of RGB (Red+Green+Blue) = 224+208+236=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0D0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D0EC is #1F2F13. Grayscale: #D7D7D7. Windows color (decimal): -2043668 or 15519968. OLE color: 15519968.

HSL color Cylindrical-coordinate representation of color #E0D0EC: hue angle of 274.29º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0D0EC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 208 236 -
CMYK 0.05 0.12 0 0.07
HSL 274.29º 0.42% 0.87% -
HSV(B) 274.29º 0.12% 0.93% -
XYZ 68.44 67.02 88.69 -
YUV 215.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 224 208 236 0.05 0.12 0 0.07 274.29 0.42 0.87
Hex E0 D0 EC 5 C 0 7 112 2A 57
Octal 340 320 354 5 14 0 7 422 52 127
Binary 11100000 11010000 11101100 101 1100 0 111 100010010 101010 1010111

Color Harmonies of #E0D0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D0EC

Black with #E0D0EC

Text Example


Text Example

White with #E0D0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D0EC; }

 p { color: rgb(224,208,236); }

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

background-color css

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

 a { background-color: rgb(224,208,236); }

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

border-color css

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

 span { border-color: rgb(224,208,236); }

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