#E1CCE9

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

Shades of Blue Chalk #E1CCE9

Tints of Blue Chalk #E1CCE9

Color information

#E1CCE9 (or 0xE1CCE9) is unknown color: approx Blue Chalk. HEX triplet: E1, CC and E9. RGB value is (225,204,233). Sum of RGB (Red+Green+Blue) = 225+204+233=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 204 (80.08% from 255 or 30.82% 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 #E1CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCE9 is #1E3316. Grayscale: #D5D5D5. Windows color (decimal): -1979159 or 15322337. OLE color: 15322337.

HSL color Cylindrical-coordinate representation of color #E1CCE9: hue angle of 283.45º degrees, saturation: 0.4, 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 #E1CCE9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225204233-
CMYK0.030.1200.09
HSL283.45º39.73%85.69%-
HSV(B)283.45º12.45%91.37%-
XYZ67.3565.0886.1-
YUV213.58138.96136.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.99%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=33.99%
G=30.82%
B=35.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252042330.030.1200.09283.4539.7385.69
HexE1CCE93C0911b2856
Octal34131435131401143350126
Binary111000011100110011101001111100010011000110111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCE9; }

 p { color: rgb(225,204,233); }

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

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

 a { background-color: rgb(225,204,233); }

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

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

 span { border-color: rgb(225,204,233); }

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