Shades of Blue Chalk #DFC7E9
Tints of Blue Chalk #DFC7E9
RGB
CMYK
RGB Variations
Color information
#DFC7E9 (or 0xDFC7E9) is known color: Blue Chalk. HEX triplet: DF, C7 and E9. RGB value is (223,199,233). Sum of RGB (Red+Green+Blue) = 223+199+233=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFC7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7E9 is #203816. Grayscale: #D1D1D1. Windows color (decimal): -2111511 or 15321055. OLE color: 15321055.
HSL color Cylindrical-coordinate representation of color #DFC7E9: hue angle of 282.35º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFC7E9 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 199 | 233 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.09 |
| HSL | 282.35º | 0.44% | 0.85% | - |
| HSV(B) | 282.35º | 0.15% | 0.91% | - |
| XYZ | 65.56 | 62.42 | 85.68 | - |
| YUV | 210.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 233 | 0.04 | 0.15 | 0 | 0.09 | 282.35 | 0.44 | 0.85 |
| Hex | DF | C7 | E9 | 4 | F | 0 | 9 | 11A | 2C | 55 |
| Octal | 337 | 307 | 351 | 4 | 17 | 0 | 11 | 432 | 54 | 125 |
| Binary | 11011111 | 11000111 | 11101001 | 100 | 1111 | 0 | 1001 | 100011010 | 101100 | 1010101 |
Color Harmonies of #DFC7E9
Complementary color
Monochromatic Colors of #DFC7E9
Black with #DFC7E9
Text Example
Text Example
White with #DFC7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7E9; }
p { color: rgb(223,199,233); }
H1.HeaderClassName
{
color: #DFC7E9;
}
.AnyTagClassName
{
color: #DFC7E9;
}
</style>
background-color css
<style>
a { background-color: #DFC7E9; }
a { background-color: rgb(223,199,233); }
div.DivClassName
{
background-color: #DFC7E9;
}
.BgClassName
{
background-color: #DFC7E9;
}
</style>
border-color css
<style>
span { border-color: #DFC7E9; }
span { border-color: rgb(223,199,233); }
td.TdClassName
{
border-color: #DFC7E9;
}
.TagClassName
{
border-color: #DFC7E9;
}
</style>