#E8CDFD

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

Shades of Blue Chalk #E8CDFD

Tints of Blue Chalk #E8CDFD

Color information

#E8CDFD (or 0xE8CDFD) is unknown color: approx Blue Chalk. HEX triplet: E8, CD and FD. RGB value is (232,205,253). Sum of RGB (Red+Green+Blue) = 232+205+253=690 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.62% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8CDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CDFD is #173202. Grayscale: #DADADA. Windows color (decimal): -1520131 or 16633320. OLE color: 16633320.

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

Color convert

RGB232205253-
CMYK0.080.1900.01
HSL273.75º92.31%89.8%-
HSV(B)273.75º18.97%99.22%-
XYZ72.8467.91102.2-
YUV218.54147.45137.6-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.62%
GREEN value IS 205 (80.47% from 255) = 29.71%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=33.62%
G=29.71%
B=36.67%

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
Decimal2322052530.080.1900.01273.7592.3189.8
HexE8CDFD813011125c5a
Octal350315375102301422134132
Binary1110100011001101111111011000100110110001001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDFD; }

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

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

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

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

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

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

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

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