#E0C3EB

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

Shades of Blue Chalk #E0C3EB

Tints of Blue Chalk #E0C3EB

Color information

#E0C3EB (or 0xE0C3EB) is unknown color: approx Blue Chalk. HEX triplet: E0, C3 and EB. RGB value is (224,195,235). Sum of RGB (Red+Green+Blue) = 224+195+235=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C3EB is #1F3C14. Grayscale: #D0D0D0. Windows color (decimal): -2046997 or 15451104. OLE color: 15451104.

HSL color Cylindrical-coordinate representation of color #E0C3EB: hue angle of 283.5º degrees, saturation: 0.5, 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 #E0C3EB is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224195235-
CMYK0.050.1700.08
HSL283.5º50%84.31%-
HSV(B)283.5º17.02%92.16%-
XYZ65.2560.8886.91-
YUV208.23143.11139.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.25%
GREEN value IS 195 (76.56% from 255) = 29.82%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=34.25%
G=29.82%
B=35.93%

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
Decimal2241952350.050.1700.08283.55084.31
HexE0C3EB5110811c3254
Octal34030335352101043462124
Binary11100000110000111110101110110001010001000111001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C3EB; }

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

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

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

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

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

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

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

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