Shades of Blue Chalk #E6D3ED
Tints of Blue Chalk #E6D3ED
RGB
CMYK
RGB Variations
Color information
#E6D3ED (or 0xE6D3ED) is known color: Blue Chalk. HEX triplet: E6, D3 and ED. RGB value is (230,211,237). Sum of RGB (Red+Green+Blue) = 230+211+237=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 211 (82.81% from 255 or 31.12% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6D3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D3ED is #192C12. Grayscale: #DBDBDB. Windows color (decimal): -1649683 or 15586278. OLE color: 15586278.
HSL color Cylindrical-coordinate representation of color #E6D3ED: hue angle of 283.85º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6D3ED is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 211 | 237 | - |
CMYK | 0.03 | 0.11 | 0 | 0.07 |
HSL | 283.85º | 0.42% | 0.88% | - |
HSV(B) | 283.85º | 0.11% | 0.93% | - |
XYZ | 71.21 | 69.53 | 89.79 | - |
YUV | 219.65 | 137.79 | 135.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 211 | 237 | 0.03 | 0.11 | 0 | 0.07 | 283.85 | 0.42 | 0.88 |
Hex | E6 | D3 | ED | 3 | B | 0 | 7 | 11C | 2A | 58 |
Octal | 346 | 323 | 355 | 3 | 13 | 0 | 7 | 434 | 52 | 130 |
Binary | 11100110 | 11010011 | 11101101 | 11 | 1011 | 0 | 111 | 100011100 | 101010 | 1011000 |
Color Harmonies of #E6D3ED
Complementary color
Monochromatic Colors of #E6D3ED
Black with #E6D3ED
Text Example
Text Example
White with #E6D3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D3ED; }
p { color: rgb(230,211,237); }
H1.HeaderClassName
{
color: #E6D3ED;
}
.AnyTagClassName
{
color: #E6D3ED;
}
</style>
background-color css
<style>
a { background-color: #E6D3ED; }
a { background-color: rgb(230,211,237); }
div.DivClassName
{
background-color: #E6D3ED;
}
.BgClassName
{
background-color: #E6D3ED;
}
</style>
border-color css
<style>
span { border-color: #E6D3ED; }
span { border-color: rgb(230,211,237); }
td.TdClassName
{
border-color: #E6D3ED;
}
.TagClassName
{
border-color: #E6D3ED;
}
</style>