#E2CCEC

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

Shades of Blue Chalk #E2CCEC

Tints of Blue Chalk #E2CCEC

Color information

#E2CCEC (or 0xE2CCEC) is unknown color: approx Blue Chalk. HEX triplet: E2, CC and EC. RGB value is (226,204,236). Sum of RGB (Red+Green+Blue) = 226+204+236=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCEC is #1D3313. Grayscale: #D6D6D6. Windows color (decimal): -1913620 or 15518946. OLE color: 15518946.

HSL color Cylindrical-coordinate representation of color #E2CCEC: hue angle of 281.25º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2CCEC is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226204236-
CMYK0.040.1400.07
HSL281.25º45.71%86.27%-
HSV(B)281.25º13.56%92.55%-
XYZ68.165.4188.39-
YUV214.23140.29136.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.93%
GREEN value IS 204 (80.08% from 255) = 30.63%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=33.93%
G=30.63%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262042360.040.1400.07281.2545.7186.27
HexE2CCEC4E071192e56
Octal3423143544160743156126
Binary111000101100110011101100100111001111000110011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCEC; }

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

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

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

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

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

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

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

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