Shades of Blue Chalk #E6D3FF
Tints of Blue Chalk #E6D3FF
RGB
CMYK
RGB Variations
Color information
#E6D3FF (or 0xE6D3FF) is known color: Blue Chalk. HEX triplet: E6, D3 and FF. RGB value is (230,211,255). Sum of RGB (Red+Green+Blue) = 230+211+255=696 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.05% from 696); Green value is 211 (82.81% from 255 or 30.32% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6D3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D3FF is #192C00. Grayscale: #DDDDDD. Windows color (decimal): -1649665 or 16765926. OLE color: 16765926.
HSL color Cylindrical-coordinate representation of color #E6D3FF: hue angle of 265.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6D3FF is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 211 | 255 | - |
| CMYK | 0.10 | 0.17 | 0 | 0 |
| HSL | 265.91º | 1% | 0.91% | - |
| HSV(B) | 265.91º | 0.17% | 1% | - |
| XYZ | 73.98 | 70.63 | 104.34 | - |
| YUV | 221.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 255 | 0.10 | 0.17 | 0 | 0 | 265.91 | 1 | 0.91 |
| Hex | E6 | D3 | FF | A | 11 | 0 | 0 | 10A | 64 | 5B |
| Octal | 346 | 323 | 377 | 12 | 21 | 0 | 0 | 412 | 144 | 133 |
| Binary | 11100110 | 11010011 | 11111111 | 1010 | 10001 | 0 | 0 | 100001010 | 1100100 | 1011011 |
Color Harmonies of #E6D3FF
Complementary color
Monochromatic Colors of #E6D3FF
Black with #E6D3FF
Text Example
Text Example
White with #E6D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D3FF; }
p { color: rgb(230,211,255); }
H1.HeaderClassName
{
color: #E6D3FF;
}
.AnyTagClassName
{
color: #E6D3FF;
}
</style>
background-color css
<style>
a { background-color: #E6D3FF; }
a { background-color: rgb(230,211,255); }
div.DivClassName
{
background-color: #E6D3FF;
}
.BgClassName
{
background-color: #E6D3FF;
}
</style>
border-color css
<style>
span { border-color: #E6D3FF; }
span { border-color: rgb(230,211,255); }
td.TdClassName
{
border-color: #E6D3FF;
}
.TagClassName
{
border-color: #E6D3FF;
}
</style>