Shades of Blue Chalk #E6DCF1
Tints of Blue Chalk #E6DCF1
RGB
CMYK
RGB Variations
Color information
#E6DCF1 (or 0xE6DCF1) is known color: Blue Chalk. HEX triplet: E6, DC and F1. RGB value is (230,220,241). Sum of RGB (Red+Green+Blue) = 230+220+241=691 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.29% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCF1 is #19230E. Grayscale: #E1E1E1. Windows color (decimal): -1647375 or 15850726. OLE color: 15850726.
HSL color Cylindrical-coordinate representation of color #E6DCF1: hue angle of 268.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6DCF1 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 220 | 241 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.05 |
| HSL | 268.57º | 0.43% | 0.9% | - |
| HSV(B) | 268.57º | 0.09% | 0.95% | - |
| XYZ | 74.1 | 74.36 | 93.67 | - |
| YUV | 225.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 241 | 0.05 | 0.09 | 0 | 0.05 | 268.57 | 0.43 | 0.9 |
| Hex | E6 | DC | F1 | 5 | 9 | 0 | 5 | 10D | 2B | 5A |
| Octal | 346 | 334 | 361 | 5 | 11 | 0 | 5 | 415 | 53 | 132 |
| Binary | 11100110 | 11011100 | 11110001 | 101 | 1001 | 0 | 101 | 100001101 | 101011 | 1011010 |
Color Harmonies of #E6DCF1
Complementary color
Monochromatic Colors of #E6DCF1
Black with #E6DCF1
Text Example
Text Example
White with #E6DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCF1; }
p { color: rgb(230,220,241); }
H1.HeaderClassName
{
color: #E6DCF1;
}
.AnyTagClassName
{
color: #E6DCF1;
}
</style>
background-color css
<style>
a { background-color: #E6DCF1; }
a { background-color: rgb(230,220,241); }
div.DivClassName
{
background-color: #E6DCF1;
}
.BgClassName
{
background-color: #E6DCF1;
}
</style>
border-color css
<style>
span { border-color: #E6DCF1; }
span { border-color: rgb(230,220,241); }
td.TdClassName
{
border-color: #E6DCF1;
}
.TagClassName
{
border-color: #E6DCF1;
}
</style>