#E4CCFA

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

Shades of Blue Chalk #E4CCFA

Tints of Blue Chalk #E4CCFA

Color information

#E4CCFA (or 0xE4CCFA) is unknown color: approx Blue Chalk. HEX triplet: E4, CC and FA. RGB value is (228,204,250). Sum of RGB (Red+Green+Blue) = 228+204+250=682 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.43% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CCFA is #1B3305. Grayscale: #D8D8D8. Windows color (decimal): -1782534 or 16436452. OLE color: 16436452.

HSL color Cylindrical-coordinate representation of color #E4CCFA: hue angle of 271.3º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4CCFA is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228204250-
CMYK0.090.1800.02
HSL271.3º82.14%89.02%-
HSV(B)271.3º18.4%98.04%-
XYZ70.8466.5899.56-
YUV216.42146.95136.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.43%
GREEN value IS 204 (80.08% from 255) = 29.91%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=33.43%
G=29.91%
B=36.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282042500.090.1800.02271.382.1489.02
HexE4CCFA9120210f5259
Octal344314372112202417122131
Binary11100100110011001111101010011001001010000111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CCFA; }

 p { color: rgb(228,204,250); }

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

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

 a { background-color: rgb(228,204,250); }

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

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

 span { border-color: rgb(228,204,250); }

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