#E1CDED

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

Shades of Blue Chalk #E1CDED

Tints of Blue Chalk #E1CDED

Color information

#E1CDED (or 0xE1CDED) is unknown color: approx Blue Chalk. HEX triplet: E1, CD and ED. RGB value is (225,205,237). Sum of RGB (Red+Green+Blue) = 225+205+237=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDED is #1E3212. Grayscale: #D6D6D6. Windows color (decimal): -1978899 or 15584737. OLE color: 15584737.

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

Color convert

RGB225205237-
CMYK0.050.1400.07
HSL277.5º47.06%86.67%-
HSV(B)277.5º13.5%92.94%-
XYZ68.1765.7889.23-
YUV214.63140.63135.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.73%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=33.73%
G=30.73%
B=35.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252052370.050.1400.07277.547.0686.67
HexE1CDED5E071162f57
Octal3413153555160742657127
Binary111000011100110111101101101111001111000101101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDED; }

 p { color: rgb(225,205,237); }

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

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

 a { background-color: rgb(225,205,237); }

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

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

 span { border-color: rgb(225,205,237); }

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