#E0C6EB

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

Shades of Blue Chalk #E0C6EB

Tints of Blue Chalk #E0C6EB

Color information

#E0C6EB (or 0xE0C6EB) is unknown color: approx Blue Chalk. HEX triplet: E0, C6 and EB. RGB value is (224,198,235). Sum of RGB (Red+Green+Blue) = 224+198+235=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C6EB is #1F3914. Grayscale: #D1D1D1. Windows color (decimal): -2046229 or 15451872. OLE color: 15451872.

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

Color convert

RGB224198235-
CMYK0.050.1600.08
HSL282.16º48.05%84.9%-
HSV(B)282.16º15.74%92.16%-
XYZ65.9362.2387.13-
YUV209.99142.11137.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.09%
GREEN value IS 198 (77.73% from 255) = 30.14%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=34.09%
G=30.14%
B=35.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241982350.050.1600.08282.1648.0584.9
HexE0C6EB5100811a3055
Octal34030635352001043260125
Binary11100000110001101110101110110000010001000110101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C6EB; }

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

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

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

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

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

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

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

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