#E1CFEF

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

Shades of Blue Chalk #E1CFEF

Tints of Blue Chalk #E1CFEF

Color information

#E1CFEF (or 0xE1CFEF) is unknown color: approx Blue Chalk. HEX triplet: E1, CF and EF. RGB value is (225,207,239). Sum of RGB (Red+Green+Blue) = 225+207+239=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFEF is #1E3010. Grayscale: #D7D7D7. Windows color (decimal): -1978385 or 15716321. OLE color: 15716321.

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

Color convert

RGB225207239-
CMYK0.060.1300.06
HSL273.75º50%87.45%-
HSV(B)273.75º13.39%93.73%-
XYZ68.9466.8790.93-
YUV216.03140.96134.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.53%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=33.53%
G=30.85%
B=35.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252072390.060.1300.06273.755087.45
HexE1CFEF6D061123257
Octal3413173576150642262127
Binary111000011100111111101111110110101101000100101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFEF; }

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

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

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

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

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

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

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

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