#E8CDF1

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

Shades of Blue Chalk #E8CDF1

Tints of Blue Chalk #E8CDF1

Color information

#E8CDF1 (or 0xE8CDF1) is unknown color: approx Blue Chalk. HEX triplet: E8, CD and F1. RGB value is (232,205,241). Sum of RGB (Red+Green+Blue) = 232+205+241=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8CDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CDF1 is #17320E. Grayscale: #D9D9D9. Windows color (decimal): -1520143 or 15846888. OLE color: 15846888.

HSL color Cylindrical-coordinate representation of color #E8CDF1: hue angle of 285º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8CDF1 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232205241-
CMYK0.040.1500.05
HSL285º56.25%87.45%-
HSV(B)285º14.94%94.51%-
XYZ70.9967.1792.44-
YUV217.18141.45138.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.22%
GREEN value IS 205 (80.47% from 255) = 30.24%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=34.22%
G=30.24%
B=35.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322052410.040.1500.0528556.2587.45
HexE8CDF14F0511d3857
Octal3503153614170543570127
Binary111010001100110111110001100111101011000111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDF1; }

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

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

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

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

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

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

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

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