#E8CCFA

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

Shades of Blue Chalk #E8CCFA

Tints of Blue Chalk #E8CCFA

Color information

#E8CCFA (or 0xE8CCFA) is unknown color: approx Blue Chalk. HEX triplet: E8, CC and FA. RGB value is (232,204,250). Sum of RGB (Red+Green+Blue) = 232+204+250=686 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.82% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8CCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CCFA is #173305. Grayscale: #D9D9D9. Windows color (decimal): -1520390 or 16436456. OLE color: 16436456.

HSL color Cylindrical-coordinate representation of color #E8CCFA: hue angle of 276.52º 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 #E8CCFA is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232204250-
CMYK0.070.1800.02
HSL276.52º82.14%89.02%-
HSV(B)276.52º18.4%98.04%-
XYZ72.1367.2499.62-
YUV217.62146.28138.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.82%
GREEN value IS 204 (80.08% from 255) = 29.74%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=33.82%
G=29.74%
B=36.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322042500.070.1800.02276.5282.1489.02
HexE8CCFA712021155259
Octal35031437272202425122131
Binary1110100011001100111110101111001001010001010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCFA; }

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

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

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

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

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

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

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

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