#E0C0EF

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

Shades of Blue Chalk #E0C0EF

Tints of Blue Chalk #E0C0EF

Color information

#E0C0EF (or 0xE0C0EF) is unknown color: approx Blue Chalk. HEX triplet: E0, C0 and EF. RGB value is (224,192,239). Sum of RGB (Red+Green+Blue) = 224+192+239=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0C0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C0EF is #1F3F10. Grayscale: #CECECE. Windows color (decimal): -2047761 or 15712480. OLE color: 15712480.

HSL color Cylindrical-coordinate representation of color #E0C0EF: hue angle of 280.85º degrees, saturation: 0.59, 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 #E0C0EF is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224192239-
CMYK0.060.2000.06
HSL280.85º59.49%84.51%-
HSV(B)280.85º19.67%93.73%-
XYZ65.1759.7889.76-
YUV206.93146.1140.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.20%
GREEN value IS 192 (75.39% from 255) = 29.31%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=34.20%
G=29.31%
B=36.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241922390.060.2000.06280.8559.4984.51
HexE0C0EF614061193b55
Octal3403003576240643173125
Binary1110000011000000111011111101010001101000110011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C0EF; }

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

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

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

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

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

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

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

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