#E1CFEA

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

Shades of Blue Chalk #E1CFEA

Tints of Blue Chalk #E1CFEA

Color information

#E1CFEA (or 0xE1CFEA) is unknown color: approx Blue Chalk. HEX triplet: E1, CF and EA. RGB value is (225,207,234). Sum of RGB (Red+Green+Blue) = 225+207+234=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFEA is #1E3015. Grayscale: #D7D7D7. Windows color (decimal): -1978390 or 15388641. OLE color: 15388641.

HSL color Cylindrical-coordinate representation of color #E1CFEA: hue angle of 280º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1CFEA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225207234-
CMYK0.040.1200.08
HSL280º39.13%86.47%-
HSV(B)280º11.54%91.76%-
XYZ68.2266.5787.1-
YUV215.46138.46134.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=33.78%
G=31.08%
B=35.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252072340.040.1200.0828039.1386.47
HexE1CFEA4C081182756
Octal34131735241401043047126
Binary1110000111001111111010101001100010001000110001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFEA; }

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

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

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

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

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

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

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

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