#E1CCEF

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

Shades of Blue Chalk #E1CCEF

Tints of Blue Chalk #E1CCEF

Color information

#E1CCEF (or 0xE1CCEF) is unknown color: approx Blue Chalk. HEX triplet: E1, CC and EF. RGB value is (225,204,239). Sum of RGB (Red+Green+Blue) = 225+204+239=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCEF is #1E3310. Grayscale: #D6D6D6. Windows color (decimal): -1979153 or 15715553. OLE color: 15715553.

HSL color Cylindrical-coordinate representation of color #E1CCEF: hue angle of 276º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CCEF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225204239-
CMYK0.060.1500.06
HSL276º52.24%86.86%-
HSV(B)276º14.64%93.73%-
XYZ68.2265.4390.69-
YUV214.27141.96135.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.68%
GREEN value IS 204 (80.08% from 255) = 30.54%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=33.68%
G=30.54%
B=35.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252042390.060.1500.0627652.2486.86
HexE1CCEF6F061143457
Octal3413143576170642464127
Binary111000011100110011101111110111101101000101001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCEF; }

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

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

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

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

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

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

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

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