Shades of Blue Chalk #E6D6F1
Tints of Blue Chalk #E6D6F1
RGB
CMYK
RGB Variations
Color information
#E6D6F1 (or 0xE6D6F1) is known color: Blue Chalk. HEX triplet: E6, D6 and F1. RGB value is (230,214,241). Sum of RGB (Red+Green+Blue) = 230+214+241=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6D6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D6F1 is #19290E. Grayscale: #DDDDDD. Windows color (decimal): -1648911 or 15849190. OLE color: 15849190.
HSL color Cylindrical-coordinate representation of color #E6D6F1: hue angle of 275.56º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6D6F1 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 214 | 241 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.05 |
| HSL | 275.56º | 0.49% | 0.89% | - |
| HSV(B) | 275.56º | 0.11% | 0.95% | - |
| XYZ | 72.56 | 71.27 | 93.15 | - |
| YUV | 221.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 241 | 0.05 | 0.11 | 0 | 0.05 | 275.56 | 0.49 | 0.89 |
| Hex | E6 | D6 | F1 | 5 | B | 0 | 5 | 114 | 31 | 59 |
| Octal | 346 | 326 | 361 | 5 | 13 | 0 | 5 | 424 | 61 | 131 |
| Binary | 11100110 | 11010110 | 11110001 | 101 | 1011 | 0 | 101 | 100010100 | 110001 | 1011001 |
Color Harmonies of #E6D6F1
Complementary color
Monochromatic Colors of #E6D6F1
Black with #E6D6F1
Text Example
Text Example
White with #E6D6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D6F1; }
p { color: rgb(230,214,241); }
H1.HeaderClassName
{
color: #E6D6F1;
}
.AnyTagClassName
{
color: #E6D6F1;
}
</style>
background-color css
<style>
a { background-color: #E6D6F1; }
a { background-color: rgb(230,214,241); }
div.DivClassName
{
background-color: #E6D6F1;
}
.BgClassName
{
background-color: #E6D6F1;
}
</style>
border-color css
<style>
span { border-color: #E6D6F1; }
span { border-color: rgb(230,214,241); }
td.TdClassName
{
border-color: #E6D6F1;
}
.TagClassName
{
border-color: #E6D6F1;
}
</style>