#E2CEE9

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

Shades of Blue Chalk #E2CEE9

Tints of Blue Chalk #E2CEE9

Color information

#E2CEE9 (or 0xE2CEE9) is unknown color: approx Blue Chalk. HEX triplet: E2, CE and E9. RGB value is (226,206,233). Sum of RGB (Red+Green+Blue) = 226+206+233=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #E2CEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEE9 is #1D3116. Grayscale: #D6D6D6. Windows color (decimal): -1913111 or 15322850. OLE color: 15322850.

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

Color convert

RGB226206233-
CMYK0.030.1200.09
HSL284.44º38.03%86.08%-
HSV(B)284.44º11.59%91.37%-
XYZ68.1466.1986.28-
YUV215.06138.13135.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 233 (91.41% from 255) = 35.04%
R=33.98%
G=30.98%
B=35.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262062330.030.1200.09284.4438.0386.08
HexE2CEE93C0911c2656
Octal34231635131401143446126
Binary111000101100111011101001111100010011000111001001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEE9; }

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

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

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

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

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

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

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

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