#E1CCEE

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

Shades of Blue Chalk #E1CCEE

Tints of Blue Chalk #E1CCEE

Color information

#E1CCEE (or 0xE1CCEE) is unknown color: approx Blue Chalk. HEX triplet: E1, CC and EE. RGB value is (225,204,238). Sum of RGB (Red+Green+Blue) = 225+204+238=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCEE is #1E3311. Grayscale: #D6D6D6. Windows color (decimal): -1979154 or 15650017. OLE color: 15650017.

HSL color Cylindrical-coordinate representation of color #E1CCEE: hue angle of 277.06º degrees, saturation: 0.5, 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 #E1CCEE is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225204238-
CMYK0.050.1400.07
HSL277.06º50%86.67%-
HSV(B)277.06º14.29%93.33%-
XYZ68.0865.3789.92-
YUV214.15141.46135.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.73%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=33.73%
G=30.58%
B=35.68%

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
Decimal2252042380.050.1400.07277.065086.67
HexE1CCEE5E071153257
Octal3413143565160742562127
Binary111000011100110011101110101111001111000101011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCEE; }

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

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

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

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

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

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

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

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