#E0C0EB

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

Shades of Blue Chalk #E0C0EB

Tints of Blue Chalk #E0C0EB

Color information

#E0C0EB (or 0xE0C0EB) is unknown color: approx Blue Chalk. HEX triplet: E0, C0 and EB. RGB value is (224,192,235). Sum of RGB (Red+Green+Blue) = 224+192+235=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C0EB is #1F3F14. Grayscale: #CECECE. Windows color (decimal): -2047765 or 15450336. OLE color: 15450336.

HSL color Cylindrical-coordinate representation of color #E0C0EB: hue angle of 284.65º 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 #E0C0EB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224192235-
CMYK0.050.1800.08
HSL284.65º51.81%83.73%-
HSV(B)284.65º18.3%92.16%-
XYZ64.5959.5486.69-
YUV206.47144.1140.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 192 (75.39% from 255) = 29.49%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=34.41%
G=29.49%
B=36.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241922350.050.1800.08284.6551.8183.73
HexE0C0EB5120811d3454
Octal34030035352201043564124
Binary11100000110000001110101110110010010001000111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C0EB; }

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

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

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

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

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

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

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

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