#E2C8F5

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

Shades of Blue Chalk #E2C8F5

Tints of Blue Chalk #E2C8F5

Color information

#E2C8F5 (or 0xE2C8F5) is unknown color: approx Blue Chalk. HEX triplet: E2, C8 and F5. RGB value is (226,200,245). Sum of RGB (Red+Green+Blue) = 226+200+245=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 200 (78.52% from 255 or 29.81% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2C8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C8F5 is #1D370A. Grayscale: #D4D4D4. Windows color (decimal): -1914635 or 16107746. OLE color: 16107746.

HSL color Cylindrical-coordinate representation of color #E2C8F5: hue angle of 274.67º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2C8F5 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226200245-
CMYK0.080.1800.04
HSL274.67º69.23%87.25%-
HSV(B)274.67º18.37%96.08%-
XYZ68.564.0795.14-
YUV212.9146.11137.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.68%
GREEN value IS 200 (78.52% from 255) = 29.81%
BLUE value IS 245 (96.09% from 255) = 36.51%
R=33.68%
G=29.81%
B=36.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262002450.080.1800.04274.6769.2387.25
HexE2C8F5812041134557
Octal342310365102204423105127
Binary111000101100100011110101100010010010010001001110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C8F5; }

 p { color: rgb(226,200,245); }

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

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

 a { background-color: rgb(226,200,245); }

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

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

 span { border-color: rgb(226,200,245); }

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