#E0CEE8

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

Shades of Blue Chalk #E0CEE8

Tints of Blue Chalk #E0CEE8

Color information

#E0CEE8 (or 0xE0CEE8) is unknown color: approx Blue Chalk. HEX triplet: E0, CE and E8. RGB value is (224,206,232). Sum of RGB (Red+Green+Blue) = 224+206+232=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0CEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEE8 is #1F3117. Grayscale: #D6D6D6. Windows color (decimal): -2044184 or 15257312. OLE color: 15257312.

HSL color Cylindrical-coordinate representation of color #E0CEE8: hue angle of 281.54º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0CEE8 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224206232-
CMYK0.030.1100.09
HSL281.54º36.11%85.88%-
HSV(B)281.54º11.21%90.98%-
XYZ67.3865.8285.5-
YUV214.35137.96134.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.84%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 232 (91.02% from 255) = 35.05%
R=33.84%
G=31.12%
B=35.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242062320.030.1100.09281.5436.1185.88
HexE0CEE83B0911a2456
Octal34031635031301143244126
Binary111000001100111011101000111011010011000110101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEE8; }

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

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

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

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

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

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

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

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