#E3C4EC

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

Shades of Blue Chalk #E3C4EC

Tints of Blue Chalk #E3C4EC

Color information

#E3C4EC (or 0xE3C4EC) is unknown color: approx Blue Chalk. HEX triplet: E3, C4 and EC. RGB value is (227,196,236). Sum of RGB (Red+Green+Blue) = 227+196+236=659 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.45% from 659); Green value is 196 (76.95% from 255 or 29.74% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3C4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C4EC is #1C3B13. Grayscale: #D1D1D1. Windows color (decimal): -1850132 or 15516899. OLE color: 15516899.

HSL color Cylindrical-coordinate representation of color #E3C4EC: hue angle of 286.5º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3C4EC is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227196236-
CMYK0.040.1700.07
HSL286.5º51.28%84.71%-
HSV(B)286.5º16.95%92.55%-
XYZ66.5661.8787.79-
YUV209.83142.77140.25-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.45%
GREEN value IS 196 (76.95% from 255) = 29.74%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=34.45%
G=29.74%
B=35.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271962360.040.1700.07286.551.2884.71
HexE3C4EC4110711e3355
Octal3433043544210743663125
Binary1110001111000100111011001001000101111000111101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C4EC; }

 p { color: rgb(227,196,236); }

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

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

 a { background-color: rgb(227,196,236); }

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

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

 span { border-color: rgb(227,196,236); }

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