Shades of Blue Chalk #E6D1F3
Tints of Blue Chalk #E6D1F3
RGB
CMYK
RGB Variations
Color information
#E6D1F3 (or 0xE6D1F3) is known color: Blue Chalk. HEX triplet: E6, D1 and F3. RGB value is (230,209,243). Sum of RGB (Red+Green+Blue) = 230+209+243=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6D1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D1F3 is #192E0C. Grayscale: #DBDBDB. Windows color (decimal): -1650189 or 15978982. OLE color: 15978982.
HSL color Cylindrical-coordinate representation of color #E6D1F3: hue angle of 277.06º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6D1F3 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 209 | 243 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.05 |
| HSL | 277.06º | 0.59% | 0.89% | - |
| HSV(B) | 277.06º | 0.14% | 0.95% | - |
| XYZ | 71.61 | 68.89 | 94.32 | - |
| YUV | 219.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 243 | 0.05 | 0.14 | 0 | 0.05 | 277.06 | 0.59 | 0.89 |
| Hex | E6 | D1 | F3 | 5 | E | 0 | 5 | 115 | 3B | 59 |
| Octal | 346 | 321 | 363 | 5 | 16 | 0 | 5 | 425 | 73 | 131 |
| Binary | 11100110 | 11010001 | 11110011 | 101 | 1110 | 0 | 101 | 100010101 | 111011 | 1011001 |
Color Harmonies of #E6D1F3
Complementary color
Monochromatic Colors of #E6D1F3
Black with #E6D1F3
Text Example
Text Example
White with #E6D1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D1F3; }
p { color: rgb(230,209,243); }
H1.HeaderClassName
{
color: #E6D1F3;
}
.AnyTagClassName
{
color: #E6D1F3;
}
</style>
background-color css
<style>
a { background-color: #E6D1F3; }
a { background-color: rgb(230,209,243); }
div.DivClassName
{
background-color: #E6D1F3;
}
.BgClassName
{
background-color: #E6D1F3;
}
</style>
border-color css
<style>
span { border-color: #E6D1F3; }
span { border-color: rgb(230,209,243); }
td.TdClassName
{
border-color: #E6D1F3;
}
.TagClassName
{
border-color: #E6D1F3;
}
</style>