#E0CEE6

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

Shades of Blue Chalk #E0CEE6

Tints of Blue Chalk #E0CEE6

Color information

#E0CEE6 (or 0xE0CEE6) is unknown color: approx Blue Chalk. HEX triplet: E0, CE and E6. RGB value is (224,206,230). Sum of RGB (Red+Green+Blue) = 224+206+230=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0CEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEE6 is #1F3119. Grayscale: #D6D6D6. Windows color (decimal): -2044186 or 15126240. OLE color: 15126240.

HSL color Cylindrical-coordinate representation of color #E0CEE6: hue angle of 285º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CEE6 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224206230-
CMYK0.030.1000.10
HSL285º32.43%85.49%-
HSV(B)285º10.43%90.2%-
XYZ67.0965.784.01-
YUV214.12136.96135.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.94%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 230 (90.23% from 255) = 34.85%
R=33.94%
G=31.21%
B=34.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242062300.030.1000.1028532.4385.49
HexE0CEE63A0A11d2055
Octal34031634631201243540125
Binary111000001100111011100110111010010101000111011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEE6; }

 p { color: rgb(224,206,230); }

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

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

 a { background-color: rgb(224,206,230); }

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

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

 span { border-color: rgb(224,206,230); }

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