#E2CCF3

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

Shades of Blue Chalk #E2CCF3

Tints of Blue Chalk #E2CCF3

Color information

#E2CCF3 (or 0xE2CCF3) is unknown color: approx Blue Chalk. HEX triplet: E2, CC and F3. RGB value is (226,204,243). Sum of RGB (Red+Green+Blue) = 226+204+243=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCF3 is #1D330C. Grayscale: #D6D6D6. Windows color (decimal): -1913613 or 15977698. OLE color: 15977698.

HSL color Cylindrical-coordinate representation of color #E2CCF3: hue angle of 273.85º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2CCF3 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226204243-
CMYK0.070.1600.05
HSL273.85º61.9%87.65%-
HSV(B)273.85º16.05%95.29%-
XYZ69.1365.8393.86-
YUV215.02143.79135.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.58%
GREEN value IS 204 (80.08% from 255) = 30.31%
BLUE value IS 243 (95.31% from 255) = 36.11%
R=33.58%
G=30.31%
B=36.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262042430.070.1600.05273.8561.987.65
HexE2CCF3710051123e58
Octal3423143637200542276130
Binary1110001011001100111100111111000001011000100101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCF3; }

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

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

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

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

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

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

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

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