#E2C4F3

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

Shades of Blue Chalk #E2C4F3

Tints of Blue Chalk #E2C4F3

Color information

#E2C4F3 (or 0xE2C4F3) is unknown color: approx Blue Chalk. HEX triplet: E2, C4 and F3. RGB value is (226,196,243). Sum of RGB (Red+Green+Blue) = 226+196+243=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 196 (76.95% from 255 or 29.47% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2C4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C4F3 is #1D3B0C. Grayscale: #D2D2D2. Windows color (decimal): -1915661 or 15975650. OLE color: 15975650.

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

Color convert

RGB226196243-
CMYK0.070.1900.05
HSL278.3º66.2%86.08%-
HSV(B)278.3º19.34%95.29%-
XYZ67.2862.1293.24-
YUV210.33146.44139.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 196 (76.95% from 255) = 29.47%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=33.98%
G=29.47%
B=36.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261962430.070.1900.05278.366.286.08
HexE2C4F3713051164256
Octal34230436372305426102126
Binary11100010110001001111001111110011010110001011010000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C4F3; }

 p { color: rgb(226,196,243); }

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

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

 a { background-color: rgb(226,196,243); }

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

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

 span { border-color: rgb(226,196,243); }

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