#E3CCF0

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

Shades of Blue Chalk #E3CCF0

Tints of Blue Chalk #E3CCF0

Color information

#E3CCF0 (or 0xE3CCF0) is unknown color: approx Blue Chalk. HEX triplet: E3, CC and F0. RGB value is (227,204,240). Sum of RGB (Red+Green+Blue) = 227+204+240=671 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.83% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3CCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CCF0 is #1C330F. Grayscale: #D6D6D6. Windows color (decimal): -1848080 or 15781091. OLE color: 15781091.

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

Color convert

RGB227204240-
CMYK0.050.1500.06
HSL278.33º54.55%87.06%-
HSV(B)278.33º15%94.12%-
XYZ6965.8191.5-
YUV214.98142.12136.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.83%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 240 (94.14% from 255) = 35.77%
R=33.83%
G=30.40%
B=35.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2272042400.050.1500.06278.3354.5587.06
HexE3CCF05F061163757
Octal3433143605170642667127
Binary111000111100110011110000101111101101000101101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CCF0; }

 p { color: rgb(227,204,240); }

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

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

 a { background-color: rgb(227,204,240); }

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

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

 span { border-color: rgb(227,204,240); }

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