#E0C7F0

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

Shades of Blue Chalk #E0C7F0

Tints of Blue Chalk #E0C7F0

Color information

#E0C7F0 (or 0xE0C7F0) is unknown color: approx Blue Chalk. HEX triplet: E0, C7 and F0. RGB value is (224,199,240). Sum of RGB (Red+Green+Blue) = 224+199+240=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 199 (78.12% from 255 or 30.02% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0C7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C7F0 is #1F380F. Grayscale: #D3D3D3. Windows color (decimal): -2045968 or 15779808. OLE color: 15779808.

HSL color Cylindrical-coordinate representation of color #E0C7F0: hue angle of 276.59º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0C7F0 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224199240-
CMYK0.070.1700.06
HSL276.59º57.75%86.08%-
HSV(B)276.59º17.08%94.12%-
XYZ66.8962.9991.07-
YUV211.15144.28137.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.79%
GREEN value IS 199 (78.12% from 255) = 30.02%
BLUE value IS 240 (94.14% from 255) = 36.20%
R=33.79%
G=30.02%
B=36.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241992400.070.1700.06276.5957.7586.08
HexE0C7F0711061153a56
Octal3403073607210642572126
Binary1110000011000111111100001111000101101000101011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C7F0; }

 p { color: rgb(224,199,240); }

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

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

 a { background-color: rgb(224,199,240); }

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

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

 span { border-color: rgb(224,199,240); }

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