#E1CFEC

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

Shades of Blue Chalk #E1CFEC

Tints of Blue Chalk #E1CFEC

Color information

#E1CFEC (or 0xE1CFEC) is unknown color: approx Blue Chalk. HEX triplet: E1, CF and EC. RGB value is (225,207,236). Sum of RGB (Red+Green+Blue) = 225+207+236=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFEC is #1E3013. Grayscale: #D7D7D7. Windows color (decimal): -1978388 or 15519713. OLE color: 15519713.

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

Color convert

RGB225207236-
CMYK0.050.1200.07
HSL277.24º43.28%86.86%-
HSV(B)277.24º12.29%92.55%-
XYZ68.566.6988.62-
YUV215.69139.46134.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.68%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=33.68%
G=30.99%
B=35.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252072360.050.1200.07277.2443.2886.86
HexE1CFEC5C071152b57
Octal3413173545140742553127
Binary111000011100111111101100101110001111000101011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFEC; }

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

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

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

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

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

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

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

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