Shades of Blue Chalk #E6D3F1
Tints of Blue Chalk #E6D3F1
RGB
CMYK
RGB Variations
Color information
#E6D3F1 (or 0xE6D3F1) is known color: Blue Chalk. HEX triplet: E6, D3 and F1. RGB value is (230,211,241). Sum of RGB (Red+Green+Blue) = 230+211+241=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6D3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D3F1 is #192C0E. Grayscale: #DCDCDC. Windows color (decimal): -1649679 or 15848422. OLE color: 15848422.
HSL color Cylindrical-coordinate representation of color #E6D3F1: hue angle of 278º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6D3F1 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 211 | 241 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.05 |
| HSL | 278º | 0.52% | 0.89% | - |
| HSV(B) | 278º | 0.12% | 0.95% | - |
| XYZ | 71.8 | 69.76 | 92.9 | - |
| YUV | 220.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 241 | 0.05 | 0.12 | 0 | 0.05 | 278 | 0.52 | 0.89 |
| Hex | E6 | D3 | F1 | 5 | C | 0 | 5 | 116 | 34 | 59 |
| Octal | 346 | 323 | 361 | 5 | 14 | 0 | 5 | 426 | 64 | 131 |
| Binary | 11100110 | 11010011 | 11110001 | 101 | 1100 | 0 | 101 | 100010110 | 110100 | 1011001 |
Color Harmonies of #E6D3F1
Complementary color
Monochromatic Colors of #E6D3F1
Black with #E6D3F1
Text Example
Text Example
White with #E6D3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D3F1; }
p { color: rgb(230,211,241); }
H1.HeaderClassName
{
color: #E6D3F1;
}
.AnyTagClassName
{
color: #E6D3F1;
}
</style>
background-color css
<style>
a { background-color: #E6D3F1; }
a { background-color: rgb(230,211,241); }
div.DivClassName
{
background-color: #E6D3F1;
}
.BgClassName
{
background-color: #E6D3F1;
}
</style>
border-color css
<style>
span { border-color: #E6D3F1; }
span { border-color: rgb(230,211,241); }
td.TdClassName
{
border-color: #E6D3F1;
}
.TagClassName
{
border-color: #E6D3F1;
}
</style>