#E2CEEE

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

Shades of Blue Chalk #E2CEEE

Tints of Blue Chalk #E2CEEE

Color information

#E2CEEE (or 0xE2CEEE) is unknown color: approx Blue Chalk. HEX triplet: E2, CE and EE. RGB value is (226,206,238). Sum of RGB (Red+Green+Blue) = 226+206+238=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEEE is #1D3111. Grayscale: #D7D7D7. Windows color (decimal): -1913106 or 15650530. OLE color: 15650530.

HSL color Cylindrical-coordinate representation of color #E2CEEE: hue angle of 277.5º degrees, saturation: 0.48, 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 #E2CEEE is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226206238-
CMYK0.050.1300.07
HSL277.5º48.48%87.06%-
HSV(B)277.5º13.45%93.33%-
XYZ68.8766.4890.09-
YUV215.63140.63135.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 206 (80.86% from 255) = 30.75%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=33.73%
G=30.75%
B=35.52%

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
Decimal2262062380.050.1300.07277.548.4887.06
HexE2CEEE5D071163057
Octal3423163565150742660127
Binary111000101100111011101110101110101111000101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEEE; }

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

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

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

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

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

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

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

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