#E3C0EB

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

Shades of Blue Chalk #E3C0EB

Tints of Blue Chalk #E3C0EB

Color information

#E3C0EB (or 0xE3C0EB) is unknown color: approx Blue Chalk. HEX triplet: E3, C0 and EB. RGB value is (227,192,235). Sum of RGB (Red+Green+Blue) = 227+192+235=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C0EB is #1C3F14. Grayscale: #CFCFCF. Windows color (decimal): -1851157 or 15450339. OLE color: 15450339.

HSL color Cylindrical-coordinate representation of color #E3C0EB: hue angle of 288.84º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3C0EB is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227192235-
CMYK0.030.1800.08
HSL288.84º51.81%83.73%-
HSV(B)288.84º18.3%92.16%-
XYZ65.5260.0386.73-
YUV207.37143.6142-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.71%
GREEN value IS 192 (75.39% from 255) = 29.36%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=34.71%
G=29.36%
B=35.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271922350.030.1800.08288.8451.8183.73
HexE3C0EB312081213454
Octal34330035332201044164124
Binary1110001111000000111010111110010010001001000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C0EB; }

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

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

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

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

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

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

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

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