#E2CCEE

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

Shades of Blue Chalk #E2CCEE

Tints of Blue Chalk #E2CCEE

Color information

#E2CCEE (or 0xE2CCEE) is unknown color: approx Blue Chalk. HEX triplet: E2, CC and EE. RGB value is (226,204,238). Sum of RGB (Red+Green+Blue) = 226+204+238=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCEE is #1D3311. Grayscale: #D6D6D6. Windows color (decimal): -1913618 or 15650018. OLE color: 15650018.

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

Color convert

RGB226204238-
CMYK0.050.1400.07
HSL278.82º50%86.67%-
HSV(B)278.82º14.29%93.33%-
XYZ68.3965.5389.93-
YUV214.45141.29136.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.83%
GREEN value IS 204 (80.08% from 255) = 30.54%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=33.83%
G=30.54%
B=35.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262042380.050.1400.07278.825086.67
HexE2CCEE5E071173257
Octal3423143565160742762127
Binary111000101100110011101110101111001111000101111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCEE; }

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

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

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

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

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

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

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

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