#E2C6F1

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

Shades of Blue Chalk #E2C6F1

Tints of Blue Chalk #E2C6F1

Color information

#E2C6F1 (or 0xE2C6F1) is unknown color: approx Blue Chalk. HEX triplet: E2, C6 and F1. RGB value is (226,198,241). Sum of RGB (Red+Green+Blue) = 226+198+241=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 198 (77.73% from 255 or 29.77% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2C6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C6F1 is #1D390E. Grayscale: #D3D3D3. Windows color (decimal): -1915151 or 15845090. OLE color: 15845090.

HSL color Cylindrical-coordinate representation of color #E2C6F1: hue angle of 279.07º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2C6F1 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226198241-
CMYK0.060.1800.05
HSL279.07º60.56%86.08%-
HSV(B)279.07º17.84%94.51%-
XYZ67.4462.9191.81-
YUV211.27144.78138.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 198 (77.73% from 255) = 29.77%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=33.98%
G=29.77%
B=36.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261982410.060.1800.05279.0760.5686.08
HexE2C6F1612051173d56
Octal3423063616220542775126
Binary1110001011000110111100011101001001011000101111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C6F1; }

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

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

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

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

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

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

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

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