#E8CEFD

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

Shades of Blue Chalk #E8CEFD

Tints of Blue Chalk #E8CEFD

Color information

#E8CEFD (or 0xE8CEFD) is unknown color: approx Blue Chalk. HEX triplet: E8, CE and FD. RGB value is (232,206,253). Sum of RGB (Red+Green+Blue) = 232+206+253=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8CEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CEFD is #173102. Grayscale: #DADADA. Windows color (decimal): -1519875 or 16633576. OLE color: 16633576.

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

Color convert

RGB232206253-
CMYK0.080.1900.01
HSL273.19º92.16%90%-
HSV(B)273.19º18.58%99.22%-
XYZ73.0868.39102.28-
YUV219.13147.11137.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.57%
GREEN value IS 206 (80.86% from 255) = 29.81%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=33.57%
G=29.81%
B=36.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2322062530.080.1900.01273.1992.1690
HexE8CEFD813011115c5a
Octal350316375102301421134132
Binary1110100011001110111111011000100110110001000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CEFD; }

 p { color: rgb(232,206,253); }

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

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

 a { background-color: rgb(232,206,253); }

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

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

 span { border-color: rgb(232,206,253); }

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