#E1CDEB

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

Shades of Blue Chalk #E1CDEB

Tints of Blue Chalk #E1CDEB

Color information

#E1CDEB (or 0xE1CDEB) is unknown color: approx Blue Chalk. HEX triplet: E1, CD and EB. RGB value is (225,205,235). Sum of RGB (Red+Green+Blue) = 225+205+235=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDEB is #1E3214. Grayscale: #D6D6D6. Windows color (decimal): -1978901 or 15453665. OLE color: 15453665.

HSL color Cylindrical-coordinate representation of color #E1CDEB: hue angle of 280º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1CDEB is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225205235-
CMYK0.040.1300.08
HSL280º42.86%86.27%-
HSV(B)280º12.77%92.16%-
XYZ67.8865.6787.69-
YUV214.4139.63135.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.83%
GREEN value IS 205 (80.47% from 255) = 30.83%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=33.83%
G=30.83%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252052350.040.1300.0828042.8686.27
HexE1CDEB4D081182b56
Octal34131535341501043053126
Binary1110000111001101111010111001101010001000110001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDEB; }

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

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

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

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

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

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

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

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