#E4D0EB

Color #E4D0EB Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E4D0EB

Tints of Blue Chalk #E4D0EB

Color information

#E4D0EB (or 0xE4D0EB) is unknown color: approx Blue Chalk. HEX triplet: E4, D0 and EB. RGB value is (228,208,235). Sum of RGB (Red+Green+Blue) = 228+208+235=671 (88% of max value = 765). Red value is 228 (89.45% from 255 or 33.98% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D0EB is #1B2F14. Grayscale: #D8D8D8. Windows color (decimal): -1781525 or 15454436. OLE color: 15454436.

HSL color Cylindrical-coordinate representation of color #E4D0EB: hue angle of 284.44º 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 #E4D0EB is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228208235-
CMYK0.030.1100.08
HSL284.44º40.3%86.86%-
HSV(B)284.44º11.49%92.16%-
XYZ69.5567.687.98-
YUV217.06138.13135.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.98%
GREEN value IS 208 (81.64% from 255) = 31.00%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=33.98%
G=31.00%
B=35.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2282082350.030.1100.08284.4440.386.86
HexE4D0EB3B0811c2857
Octal34432035331301043450127
Binary111001001101000011101011111011010001000111001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D0EB; }

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

 H1.HeaderClassName
 {
   color: #E4D0EB;
 }
 .AnyTagClassName
 {
   color: #E4D0EB;
 }
</style>
background-color css

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

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

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

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

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

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