#E0C6EA

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

Shades of Blue Chalk #E0C6EA

Tints of Blue Chalk #E0C6EA

Color information

#E0C6EA (or 0xE0C6EA) is unknown color: approx Blue Chalk. HEX triplet: E0, C6 and EA. RGB value is (224,198,234). Sum of RGB (Red+Green+Blue) = 224+198+234=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0C6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C6EA is #1F3915. Grayscale: #D1D1D1. Windows color (decimal): -2046230 or 15386336. OLE color: 15386336.

HSL color Cylindrical-coordinate representation of color #E0C6EA: hue angle of 283.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0C6EA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224198234-
CMYK0.040.1500.08
HSL283.33º46.15%84.71%-
HSV(B)283.33º15.38%91.76%-
XYZ65.7962.1886.38-
YUV209.88141.61138.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.15%
GREEN value IS 198 (77.73% from 255) = 30.18%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=34.15%
G=30.18%
B=35.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241982340.040.1500.08283.3346.1584.71
HexE0C6EA4F0811b2e55
Octal34030635241701043356125
Binary1110000011000110111010101001111010001000110111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C6EA; }

 p { color: rgb(224,198,234); }

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

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

 a { background-color: rgb(224,198,234); }

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

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

 span { border-color: rgb(224,198,234); }

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