Shades of Blue Chalk #E6D6F6
Tints of Blue Chalk #E6D6F6
RGB
CMYK
RGB Variations
Color information
#E6D6F6 (or 0xE6D6F6) is known color: Blue Chalk. HEX triplet: E6, D6 and F6. RGB value is (230,214,246). Sum of RGB (Red+Green+Blue) = 230+214+246=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6D6F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D6F6 is #192909. Grayscale: #DEDEDE. Windows color (decimal): -1648906 or 16176870. OLE color: 16176870.
HSL color Cylindrical-coordinate representation of color #E6D6F6: hue angle of 270º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6D6F6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 214 | 246 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.04 |
| HSL | 270º | 0.64% | 0.9% | - |
| HSV(B) | 270º | 0.13% | 0.96% | - |
| XYZ | 73.31 | 71.57 | 97.14 | - |
| YUV | 222.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 246 | 0.07 | 0.13 | 0 | 0.04 | 270 | 0.64 | 0.9 |
| Hex | E6 | D6 | F6 | 7 | D | 0 | 4 | 10E | 40 | 5A |
| Octal | 346 | 326 | 366 | 7 | 15 | 0 | 4 | 416 | 100 | 132 |
| Binary | 11100110 | 11010110 | 11110110 | 111 | 1101 | 0 | 100 | 100001110 | 1000000 | 1011010 |
Color Harmonies of #E6D6F6
Complementary color
Monochromatic Colors of #E6D6F6
Black with #E6D6F6
Text Example
Text Example
White with #E6D6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D6F6; }
p { color: rgb(230,214,246); }
H1.HeaderClassName
{
color: #E6D6F6;
}
.AnyTagClassName
{
color: #E6D6F6;
}
</style>
background-color css
<style>
a { background-color: #E6D6F6; }
a { background-color: rgb(230,214,246); }
div.DivClassName
{
background-color: #E6D6F6;
}
.BgClassName
{
background-color: #E6D6F6;
}
</style>
border-color css
<style>
span { border-color: #E6D6F6; }
span { border-color: rgb(230,214,246); }
td.TdClassName
{
border-color: #E6D6F6;
}
.TagClassName
{
border-color: #E6D6F6;
}
</style>