#E0C8EB

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

Shades of Blue Chalk #E0C8EB

Tints of Blue Chalk #E0C8EB

Color information

#E0C8EB (or 0xE0C8EB) is unknown color: approx Blue Chalk. HEX triplet: E0, C8 and EB. RGB value is (224,200,235). Sum of RGB (Red+Green+Blue) = 224+200+235=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0C8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C8EB is #1F3714. Grayscale: #D3D3D3. Windows color (decimal): -2045717 or 15452384. OLE color: 15452384.

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

Color convert

RGB224200235-
CMYK0.050.1500.08
HSL281.14º46.67%85.29%-
HSV(B)281.14º14.89%92.16%-
XYZ66.3963.1587.29-
YUV211.17141.45137.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.99%
GREEN value IS 200 (78.52% from 255) = 30.35%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=33.99%
G=30.35%
B=35.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242002350.050.1500.08281.1446.6785.29
HexE0C8EB5F081192f55
Octal34031035351701043157125
Binary1110000011001000111010111011111010001000110011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C8EB; }

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

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

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

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

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

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

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

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