#E2CEE8

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

Shades of Blue Chalk #E2CEE8

Tints of Blue Chalk #E2CEE8

Color information

#E2CEE8 (or 0xE2CEE8) is unknown color: approx Blue Chalk. HEX triplet: E2, CE and E8. RGB value is (226,206,232). Sum of RGB (Red+Green+Blue) = 226+206+232=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 232 - color contains mainly: blue. Hex color #E2CEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEE8 is #1D3117. Grayscale: #D6D6D6. Windows color (decimal): -1913112 or 15257314. OLE color: 15257314.

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

Color convert

RGB226206232-
CMYK0.030.1100.09
HSL286.15º36.11%85.88%-
HSV(B)286.15º11.21%90.98%-
XYZ6866.1485.53-
YUV214.94137.63135.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.04%
GREEN value IS 206 (80.86% from 255) = 31.02%
BLUE value IS 232 (91.02% from 255) = 34.94%
R=34.04%
G=31.02%
B=34.94%

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
Decimal2262062320.030.1100.09286.1536.1185.88
HexE2CEE83B0911e2456
Octal34231635031301143644126
Binary111000101100111011101000111011010011000111101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEE8; }

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

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

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

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

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

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

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

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