#E0C1EB

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

Shades of Blue Chalk #E0C1EB

Tints of Blue Chalk #E0C1EB

Color information

#E0C1EB (or 0xE0C1EB) is unknown color: approx Blue Chalk. HEX triplet: E0, C1 and EB. RGB value is (224,193,235). Sum of RGB (Red+Green+Blue) = 224+193+235=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C1EB is #1F3E14. Grayscale: #CECECE. Windows color (decimal): -2047509 or 15450592. OLE color: 15450592.

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

Color convert

RGB224193235-
CMYK0.050.1800.08
HSL284.29º51.22%83.92%-
HSV(B)284.29º17.87%92.16%-
XYZ64.8159.9986.76-
YUV207.06143.77140.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 193 (75.78% from 255) = 29.60%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=34.36%
G=29.60%
B=36.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241932350.050.1800.08284.2951.2283.92
HexE0C1EB5120811c3354
Octal34030135352201043463124
Binary11100000110000011110101110110010010001000111001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C1EB; }

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

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

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

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

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

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

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

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