#E1CDEC

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

Shades of Blue Chalk #E1CDEC

Tints of Blue Chalk #E1CDEC

Color information

#E1CDEC (or 0xE1CDEC) is unknown color: approx Blue Chalk. HEX triplet: E1, CD and EC. RGB value is (225,205,236). Sum of RGB (Red+Green+Blue) = 225+205+236=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDEC is #1E3213. Grayscale: #D6D6D6. Windows color (decimal): -1978900 or 15519201. OLE color: 15519201.

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

Color convert

RGB225205236-
CMYK0.050.1300.07
HSL278.71º44.93%86.47%-
HSV(B)278.71º13.14%92.55%-
XYZ68.0265.7388.46-
YUV214.51140.13135.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=33.78%
G=30.78%
B=35.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252052360.050.1300.07278.7144.9386.47
HexE1CDEC5D071172d56
Octal3413153545150742755126
Binary111000011100110111101100101110101111000101111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDEC; }

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

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

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

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

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

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

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

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