#E2CEF1

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

Shades of Blue Chalk #E2CEF1

Tints of Blue Chalk #E2CEF1

Color information

#E2CEF1 (or 0xE2CEF1) is unknown color: approx Blue Chalk. HEX triplet: E2, CE and F1. RGB value is (226,206,241). Sum of RGB (Red+Green+Blue) = 226+206+241=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEF1 is #1D310E. Grayscale: #D7D7D7. Windows color (decimal): -1913103 or 15847138. OLE color: 15847138.

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

Color convert

RGB226206241-
CMYK0.060.1500.05
HSL274.29º55.56%87.65%-
HSV(B)274.29º14.52%94.51%-
XYZ69.3166.6692.43-
YUV215.97142.13135.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.58%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 241 (94.53% from 255) = 35.81%
R=33.58%
G=30.61%
B=35.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262062410.060.1500.05274.2955.5687.65
HexE2CEF16F051123858
Octal3423163616170542270130
Binary111000101100111011110001110111101011000100101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEF1; }

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

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

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

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

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

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

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

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