#E2CCEB

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

Shades of Blue Chalk #E2CCEB

Tints of Blue Chalk #E2CCEB

Color information

#E2CCEB (or 0xE2CCEB) is unknown color: approx Blue Chalk. HEX triplet: E2, CC and EB. RGB value is (226,204,235). Sum of RGB (Red+Green+Blue) = 226+204+235=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCEB is #1D3314. Grayscale: #D6D6D6. Windows color (decimal): -1913621 or 15453410. OLE color: 15453410.

HSL color Cylindrical-coordinate representation of color #E2CCEB: hue angle of 282.58º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2CCEB is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226204235-
CMYK0.040.1300.08
HSL282.58º43.66%86.08%-
HSV(B)282.58º13.19%92.16%-
XYZ67.9565.3587.63-
YUV214.11139.79136.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=33.98%
G=30.68%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262042350.040.1300.08282.5843.6686.08
HexE2CCEB4D0811b2c56
Octal34231435341501043354126
Binary1110001011001100111010111001101010001000110111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCEB; }

 p { color: rgb(226,204,235); }

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

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

 a { background-color: rgb(226,204,235); }

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

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

 span { border-color: rgb(226,204,235); }

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