#E1CEE8

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

Shades of Blue Chalk #E1CEE8

Tints of Blue Chalk #E1CEE8

Color information

#E1CEE8 (or 0xE1CEE8) is unknown color: approx Blue Chalk. HEX triplet: E1, CE and E8. RGB value is (225,206,232). Sum of RGB (Red+Green+Blue) = 225+206+232=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1CEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEE8 is #1E3117. Grayscale: #D6D6D6. Windows color (decimal): -1978648 or 15257313. OLE color: 15257313.

HSL color Cylindrical-coordinate representation of color #E1CEE8: hue angle of 283.85º 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 #E1CEE8 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225206232-
CMYK0.030.1100.09
HSL283.85º36.11%85.88%-
HSV(B)283.85º11.21%90.98%-
XYZ67.6965.9885.51-
YUV214.64137.79135.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.94%
GREEN value IS 206 (80.86% from 255) = 31.07%
BLUE value IS 232 (91.02% from 255) = 34.99%
R=33.94%
G=31.07%
B=34.99%

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
Decimal2252062320.030.1100.09283.8536.1185.88
HexE1CEE83B0911c2456
Octal34131635031301143444126
Binary111000011100111011101000111011010011000111001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CEE8; }

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

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

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

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

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

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

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

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