#E0CDE9

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

Shades of Blue Chalk #E0CDE9

Tints of Blue Chalk #E0CDE9

Color information

#E0CDE9 (or 0xE0CDE9) is unknown color: approx Blue Chalk. HEX triplet: E0, CD and E9. RGB value is (224,205,233). Sum of RGB (Red+Green+Blue) = 224+205+233=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDE9 is #1F3216. Grayscale: #D5D5D5. Windows color (decimal): -2044439 or 15322592. OLE color: 15322592.

HSL color Cylindrical-coordinate representation of color #E0CDE9: hue angle of 280.71º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0CDE9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224205233-
CMYK0.040.1200.09
HSL280.71º38.89%85.88%-
HSV(B)280.71º12.02%91.37%-
XYZ67.2865.3986.17-
YUV213.87138.79135.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.84%
GREEN value IS 205 (80.47% from 255) = 30.97%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=33.84%
G=30.97%
B=35.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242052330.040.1200.09280.7138.8985.88
HexE0CDE94C091192756
Octal34031535141401143147126
Binary1110000011001101111010011001100010011000110011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDE9; }

 p { color: rgb(224,205,233); }

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

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

 a { background-color: rgb(224,205,233); }

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

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

 span { border-color: rgb(224,205,233); }

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