Shades of Blue Chalk #E8CDF1
Tints of Blue Chalk #E8CDF1
RGB
CMYK
RGB Variations
Color information
#E8CDF1 (or 0xE8CDF1) is known color: 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
RGB | 232 | 205 | 241 | - |
CMYK | 0.04 | 0.15 | 0 | 0.05 |
HSL | 285º | 0.56% | 0.87% | - |
HSV(B) | 285º | 0.15% | 0.95% | - |
XYZ | 70.99 | 67.17 | 92.44 | - |
YUV | 217.18 | 141.45 | 138.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 205 | 241 | 0.04 | 0.15 | 0 | 0.05 | 285 | 0.56 | 0.87 |
Hex | E8 | CD | F1 | 4 | F | 0 | 5 | 11D | 38 | 57 |
Octal | 350 | 315 | 361 | 4 | 17 | 0 | 5 | 435 | 70 | 127 |
Binary | 11101000 | 11001101 | 11110001 | 100 | 1111 | 0 | 101 | 100011101 | 111000 | 1010111 |
Color Harmonies of #E8CDF1
Complementary color
Monochromatic Colors of #E8CDF1
Black with #E8CDF1
Text Example
Text Example
White with #E8CDF1
Text Example
Text Example
HTML Codes & Css Web 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>