#E8C8FC

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

Shades of Blue Chalk #E8C8FC

Tints of Blue Chalk #E8C8FC

Color information

#E8C8FC (or 0xE8C8FC) is unknown color: approx Blue Chalk. HEX triplet: E8, C8 and FC. RGB value is (232,200,252). Sum of RGB (Red+Green+Blue) = 232+200+252=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 200 (78.52% from 255 or 29.24% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8C8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C8FC is #173703. Grayscale: #D7D7D7. Windows color (decimal): -1521412 or 16566504. OLE color: 16566504.

HSL color Cylindrical-coordinate representation of color #E8C8FC: hue angle of 276.92º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8C8FC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232200252-
CMYK0.080.2100.01
HSL276.92º89.66%88.63%-
HSV(B)276.92º20.63%98.82%-
XYZ71.565.49100.97-
YUV215.5148.6139.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.92%
GREEN value IS 200 (78.52% from 255) = 29.24%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=33.92%
G=29.24%
B=36.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2322002520.080.2100.01276.9289.6688.63
HexE8C8FC815011155a59
Octal350310374102501425132131
Binary1110100011001000111111001000101010110001010110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C8FC; }

 p { color: rgb(232,200,252); }

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

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

 a { background-color: rgb(232,200,252); }

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

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

 span { border-color: rgb(232,200,252); }

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