Shades of Blue Chalk #E6D5F6
Tints of Blue Chalk #E6D5F6
RGB
CMYK
RGB Variations
Color information
#E6D5F6 (or 0xE6D5F6) is known color: Blue Chalk. HEX triplet: E6, D5 and F6. RGB value is (230,213,246). Sum of RGB (Red+Green+Blue) = 230+213+246=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6D5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D5F6 is #192A09. Grayscale: #DDDDDD. Windows color (decimal): -1649162 or 16176614. OLE color: 16176614.
HSL color Cylindrical-coordinate representation of color #E6D5F6: hue angle of 270.91º degrees, saturation: 0.65, 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 #E6D5F6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 213 | 246 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.04 |
| HSL | 270.91º | 0.65% | 0.9% | - |
| HSV(B) | 270.91º | 0.13% | 0.96% | - |
| XYZ | 73.06 | 71.07 | 97.05 | - |
| YUV | 221.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 213 | 246 | 0.07 | 0.13 | 0 | 0.04 | 270.91 | 0.65 | 0.9 |
| Hex | E6 | D5 | F6 | 7 | D | 0 | 4 | 10F | 41 | 5A |
| Octal | 346 | 325 | 366 | 7 | 15 | 0 | 4 | 417 | 101 | 132 |
| Binary | 11100110 | 11010101 | 11110110 | 111 | 1101 | 0 | 100 | 100001111 | 1000001 | 1011010 |
Color Harmonies of #E6D5F6
Complementary color
Monochromatic Colors of #E6D5F6
Black with #E6D5F6
Text Example
Text Example
White with #E6D5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D5F6; }
p { color: rgb(230,213,246); }
H1.HeaderClassName
{
color: #E6D5F6;
}
.AnyTagClassName
{
color: #E6D5F6;
}
</style>
background-color css
<style>
a { background-color: #E6D5F6; }
a { background-color: rgb(230,213,246); }
div.DivClassName
{
background-color: #E6D5F6;
}
.BgClassName
{
background-color: #E6D5F6;
}
</style>
border-color css
<style>
span { border-color: #E6D5F6; }
span { border-color: rgb(230,213,246); }
td.TdClassName
{
border-color: #E6D5F6;
}
.TagClassName
{
border-color: #E6D5F6;
}
</style>