#E9C8FD

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

Shades of Blue Chalk #E9C8FD

Tints of Blue Chalk #E9C8FD

Color information

#E9C8FD (or 0xE9C8FD) is unknown color: approx Blue Chalk. HEX triplet: E9, C8 and FD. RGB value is (233,200,253). Sum of RGB (Red+Green+Blue) = 233+200+253=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 200 (78.52% from 255 or 29.15% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9C8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C8FD is #163702. Grayscale: #D7D7D7. Windows color (decimal): -1455875 or 16632041. OLE color: 16632041.

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

Color convert

RGB233200253-
CMYK0.080.2100.01
HSL277.36º92.98%88.82%-
HSV(B)277.36º20.95%99.22%-
XYZ71.9965.72101.82-
YUV215.91148.93140.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.97%
GREEN value IS 200 (78.52% from 255) = 29.15%
BLUE value IS 253 (99.22% from 255) = 36.88%
R=33.97%
G=29.15%
B=36.88%

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
Decimal2332002530.080.2100.01277.3692.9888.82
HexE9C8FD815011155d59
Octal351310375102501425135131
Binary1110100111001000111111011000101010110001010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C8FD; }

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

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

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

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

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

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

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

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