Shades of Blue Chalk #E6D6F3
Tints of Blue Chalk #E6D6F3
RGB
CMYK
RGB Variations
Color information
#E6D6F3 (or 0xE6D6F3) is known color: Blue Chalk. HEX triplet: E6, D6 and F3. RGB value is (230,214,243). Sum of RGB (Red+Green+Blue) = 230+214+243=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6D6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D6F3 is #19290C. Grayscale: #DDDDDD. Windows color (decimal): -1648909 or 15980262. OLE color: 15980262.
HSL color Cylindrical-coordinate representation of color #E6D6F3: hue angle of 273.1º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6D6F3 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 214 | 243 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.05 |
| HSL | 273.1º | 0.55% | 0.9% | - |
| HSV(B) | 273.1º | 0.12% | 0.95% | - |
| XYZ | 72.86 | 71.39 | 94.73 | - |
| YUV | 222.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 243 | 0.05 | 0.12 | 0 | 0.05 | 273.1 | 0.55 | 0.9 |
| Hex | E6 | D6 | F3 | 5 | C | 0 | 5 | 111 | 37 | 5A |
| Octal | 346 | 326 | 363 | 5 | 14 | 0 | 5 | 421 | 67 | 132 |
| Binary | 11100110 | 11010110 | 11110011 | 101 | 1100 | 0 | 101 | 100010001 | 110111 | 1011010 |
Color Harmonies of #E6D6F3
Complementary color
Monochromatic Colors of #E6D6F3
Black with #E6D6F3
Text Example
Text Example
White with #E6D6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D6F3; }
p { color: rgb(230,214,243); }
H1.HeaderClassName
{
color: #E6D6F3;
}
.AnyTagClassName
{
color: #E6D6F3;
}
</style>
background-color css
<style>
a { background-color: #E6D6F3; }
a { background-color: rgb(230,214,243); }
div.DivClassName
{
background-color: #E6D6F3;
}
.BgClassName
{
background-color: #E6D6F3;
}
</style>
border-color css
<style>
span { border-color: #E6D6F3; }
span { border-color: rgb(230,214,243); }
td.TdClassName
{
border-color: #E6D6F3;
}
.TagClassName
{
border-color: #E6D6F3;
}
</style>