#E9C8FC

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

Shades of Blue Chalk #E9C8FC

Tints of Blue Chalk #E9C8FC

Color information

#E9C8FC (or 0xE9C8FC) is unknown color: approx Blue Chalk. HEX triplet: E9, C8 and FC. RGB value is (233,200,252). Sum of RGB (Red+Green+Blue) = 233+200+252=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 200 (78.52% from 255 or 29.20% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9C8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C8FC is #163703. Grayscale: #D7D7D7. Windows color (decimal): -1455876 or 16566505. OLE color: 16566505.

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

Color convert

RGB233200252-
CMYK0.080.2100.01
HSL278.08º89.66%88.63%-
HSV(B)278.08º20.63%98.82%-
XYZ71.8365.66100.98-
YUV215.8148.43140.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.01%
GREEN value IS 200 (78.52% from 255) = 29.20%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=34.01%
G=29.20%
B=36.79%

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
Decimal2332002520.080.2100.01278.0889.6688.63
HexE9C8FC815011165a59
Octal351310374102501426132131
Binary1110100111001000111111001000101010110001011010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C8FC; }

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

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

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

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

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

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

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

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