#E7C8FC

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

Shades of Blue Chalk #E7C8FC

Tints of Blue Chalk #E7C8FC

Color information

#E7C8FC (or 0xE7C8FC) is unknown color: approx Blue Chalk. HEX triplet: E7, C8 and FC. RGB value is (231,200,252). Sum of RGB (Red+Green+Blue) = 231+200+252=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 200 (78.52% from 255 or 29.28% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7C8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C8FC is #183703. Grayscale: #D7D7D7. Windows color (decimal): -1586948 or 16566503. OLE color: 16566503.

HSL color Cylindrical-coordinate representation of color #E7C8FC: hue angle of 275.77º 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 #E7C8FC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231200252-
CMYK0.080.2100.01
HSL275.77º89.66%88.63%-
HSV(B)275.77º20.63%98.82%-
XYZ71.1865.33100.95-
YUV215.2148.77139.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.82%
GREEN value IS 200 (78.52% from 255) = 29.28%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=33.82%
G=29.28%
B=36.90%

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
Decimal2312002520.080.2100.01275.7789.6688.63
HexE7C8FC815011145a59
Octal347310374102501424132131
Binary1110011111001000111111001000101010110001010010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C8FC; }

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

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

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

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

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

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

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

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