#E1CEF1

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

Shades of Blue Chalk #E1CEF1

Tints of Blue Chalk #E1CEF1

Color information

#E1CEF1 (or 0xE1CEF1) is unknown color: approx Blue Chalk. HEX triplet: E1, CE and F1. RGB value is (225,206,241). Sum of RGB (Red+Green+Blue) = 225+206+241=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEF1 is #1E310E. Grayscale: #D7D7D7. Windows color (decimal): -1978639 or 15847137. OLE color: 15847137.

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

Color convert

RGB225206241-
CMYK0.070.1500.05
HSL272.57º55.56%87.65%-
HSV(B)272.57º14.52%94.51%-
XYZ6966.592.42-
YUV215.67142.29134.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.48%
GREEN value IS 206 (80.86% from 255) = 30.65%
BLUE value IS 241 (94.53% from 255) = 35.86%
R=33.48%
G=30.65%
B=35.86%

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
Decimal2252062410.070.1500.05272.5755.5687.65
HexE1CEF17F051113858
Octal3413163617170542170130
Binary111000011100111011110001111111101011000100011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CEF1; }

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

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

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

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

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

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

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

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