#E1CEF2

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

Shades of Blue Chalk #E1CEF2

Tints of Blue Chalk #E1CEF2

Color information

#E1CEF2 (or 0xE1CEF2) is unknown color: approx Blue Chalk. HEX triplet: E1, CE and F2. RGB value is (225,206,242). Sum of RGB (Red+Green+Blue) = 225+206+242=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEF2 is #1E310D. Grayscale: #D7D7D7. Windows color (decimal): -1978638 or 15912673. OLE color: 15912673.

HSL color Cylindrical-coordinate representation of color #E1CEF2: hue angle of 271.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CEF2 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225206242-
CMYK0.070.1500.05
HSL271.67º58.06%87.84%-
HSV(B)271.67º14.88%94.9%-
XYZ69.1566.5693.21-
YUV215.78142.79134.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.43%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 242 (94.92% from 255) = 35.96%
R=33.43%
G=30.61%
B=35.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252062420.070.1500.05271.6758.0687.84
HexE1CEF27F051103a58
Octal3413163627170542072130
Binary111000011100111011110010111111101011000100001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CEF2; }

 p { color: rgb(225,206,242); }

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

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

 a { background-color: rgb(225,206,242); }

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

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

 span { border-color: rgb(225,206,242); }

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