#E0C2EB

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

Shades of Blue Chalk #E0C2EB

Tints of Blue Chalk #E0C2EB

Color information

#E0C2EB (or 0xE0C2EB) is unknown color: approx Blue Chalk. HEX triplet: E0, C2 and EB. RGB value is (224,194,235). Sum of RGB (Red+Green+Blue) = 224+194+235=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C2EB is #1F3D14. Grayscale: #CFCFCF. Windows color (decimal): -2047253 or 15450848. OLE color: 15450848.

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

Color convert

RGB224194235-
CMYK0.050.1700.08
HSL283.9º50.62%84.12%-
HSV(B)283.9º17.45%92.16%-
XYZ65.0360.4386.83-
YUV207.64143.44139.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.30%
GREEN value IS 194 (76.17% from 255) = 29.71%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=34.30%
G=29.71%
B=35.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241942350.050.1700.08283.950.6284.12
HexE0C2EB5110811c3354
Octal34030235352101043463124
Binary11100000110000101110101110110001010001000111001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C2EB; }

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

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

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

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

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

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

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

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