#E2CEEF

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

Shades of Blue Chalk #E2CEEF

Tints of Blue Chalk #E2CEEF

Color information

#E2CEEF (or 0xE2CEEF) is unknown color: approx Blue Chalk. HEX triplet: E2, CE and EF. RGB value is (226,206,239). Sum of RGB (Red+Green+Blue) = 226+206+239=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEEF is #1D3110. Grayscale: #D7D7D7. Windows color (decimal): -1913105 or 15716066. OLE color: 15716066.

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

Color convert

RGB226206239-
CMYK0.050.1400.06
HSL276.36º50.77%87.25%-
HSV(B)276.36º13.81%93.73%-
XYZ69.0266.5490.87-
YUV215.74141.13135.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.68%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=33.68%
G=30.70%
B=35.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262062390.050.1400.06276.3650.7787.25
HexE2CEEF5E061143357
Octal3423163575160642463127
Binary111000101100111011101111101111001101000101001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEEF; }

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

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

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

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

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

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

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

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