#E2CEED

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

Shades of Blue Chalk #E2CEED

Tints of Blue Chalk #E2CEED

Color information

#E2CEED (or 0xE2CEED) is unknown color: approx Blue Chalk. HEX triplet: E2, CE and ED. RGB value is (226,206,237). Sum of RGB (Red+Green+Blue) = 226+206+237=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEED is #1D3112. Grayscale: #D7D7D7. Windows color (decimal): -1913107 or 15584994. OLE color: 15584994.

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

Color convert

RGB226206237-
CMYK0.050.1300.07
HSL278.71º46.27%86.86%-
HSV(B)278.71º13.08%92.94%-
XYZ68.7266.4389.32-
YUV215.51140.13135.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.78%
GREEN value IS 206 (80.86% from 255) = 30.79%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=33.78%
G=30.79%
B=35.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262062370.050.1300.07278.7146.2786.86
HexE2CEED5D071172e57
Octal3423163555150742756127
Binary111000101100111011101101101110101111000101111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEED; }

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

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

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

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

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

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

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

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