Shades of Blue Chalk #E6D0F1
Tints of Blue Chalk #E6D0F1
RGB
CMYK
RGB Variations
Color information
#E6D0F1 (or 0xE6D0F1) is known color: Blue Chalk. HEX triplet: E6, D0 and F1. RGB value is (230,208,241). Sum of RGB (Red+Green+Blue) = 230+208+241=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6D0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D0F1 is #192F0E. Grayscale: #DADADA. Windows color (decimal): -1650447 or 15847654. OLE color: 15847654.
HSL color Cylindrical-coordinate representation of color #E6D0F1: hue angle of 280º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6D0F1 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 208 | 241 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.05 |
| HSL | 280º | 0.54% | 0.88% | - |
| HSV(B) | 280º | 0.14% | 0.95% | - |
| XYZ | 71.07 | 68.29 | 92.65 | - |
| YUV | 218.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 241 | 0.05 | 0.14 | 0 | 0.05 | 280 | 0.54 | 0.88 |
| Hex | E6 | D0 | F1 | 5 | E | 0 | 5 | 118 | 36 | 58 |
| Octal | 346 | 320 | 361 | 5 | 16 | 0 | 5 | 430 | 66 | 130 |
| Binary | 11100110 | 11010000 | 11110001 | 101 | 1110 | 0 | 101 | 100011000 | 110110 | 1011000 |
Color Harmonies of #E6D0F1
Complementary color
Monochromatic Colors of #E6D0F1
Black with #E6D0F1
Text Example
Text Example
White with #E6D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D0F1; }
p { color: rgb(230,208,241); }
H1.HeaderClassName
{
color: #E6D0F1;
}
.AnyTagClassName
{
color: #E6D0F1;
}
</style>
background-color css
<style>
a { background-color: #E6D0F1; }
a { background-color: rgb(230,208,241); }
div.DivClassName
{
background-color: #E6D0F1;
}
.BgClassName
{
background-color: #E6D0F1;
}
</style>
border-color css
<style>
span { border-color: #E6D0F1; }
span { border-color: rgb(230,208,241); }
td.TdClassName
{
border-color: #E6D0F1;
}
.TagClassName
{
border-color: #E6D0F1;
}
</style>