#E3C0F0

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

Shades of Blue Chalk #E3C0F0

Tints of Blue Chalk #E3C0F0

Color information

#E3C0F0 (or 0xE3C0F0) is unknown color: approx Blue Chalk. HEX triplet: E3, C0 and F0. RGB value is (227,192,240). Sum of RGB (Red+Green+Blue) = 227+192+240=659 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.45% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3C0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C0F0 is #1C3F0F. Grayscale: #CFCFCF. Windows color (decimal): -1851152 or 15778019. OLE color: 15778019.

HSL color Cylindrical-coordinate representation of color #E3C0F0: hue angle of 283.75º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E3C0F0 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227192240-
CMYK0.050.2000.06
HSL283.75º61.54%84.71%-
HSV(B)283.75º20%94.12%-
XYZ66.2660.3290.59-
YUV207.94146.1141.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.45%
GREEN value IS 192 (75.39% from 255) = 29.14%
BLUE value IS 240 (94.14% from 255) = 36.42%
R=34.45%
G=29.14%
B=36.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271922400.050.2000.06283.7561.5484.71
HexE3C0F05140611c3e55
Octal3433003605240643476125
Binary1110001111000000111100001011010001101000111001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C0F0; }

 p { color: rgb(227,192,240); }

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

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

 a { background-color: rgb(227,192,240); }

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

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

 span { border-color: rgb(227,192,240); }

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