Shades of Blue Chalk #DFC7E7
Tints of Blue Chalk #DFC7E7
RGB
CMYK
RGB Variations
Color information
#DFC7E7 (or 0xDFC7E7) is known color: Blue Chalk. HEX triplet: DF, C7 and E7. RGB value is (223,199,231). Sum of RGB (Red+Green+Blue) = 223+199+231=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFC7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7E7 is #203818. Grayscale: #D1D1D1. Windows color (decimal): -2111513 or 15189983. OLE color: 15189983.
HSL color Cylindrical-coordinate representation of color #DFC7E7: hue angle of 285º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC7E7 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 199 | 231 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.09 |
| HSL | 285º | 0.4% | 0.84% | - |
| HSV(B) | 285º | 0.14% | 0.91% | - |
| XYZ | 65.28 | 62.3 | 84.19 | - |
| YUV | 209.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 231 | 0.03 | 0.14 | 0 | 0.09 | 285 | 0.4 | 0.84 |
| Hex | DF | C7 | E7 | 3 | E | 0 | 9 | 11D | 28 | 54 |
| Octal | 337 | 307 | 347 | 3 | 16 | 0 | 11 | 435 | 50 | 124 |
| Binary | 11011111 | 11000111 | 11100111 | 11 | 1110 | 0 | 1001 | 100011101 | 101000 | 1010100 |
Color Harmonies of #DFC7E7
Complementary color
Monochromatic Colors of #DFC7E7
Black with #DFC7E7
Text Example
Text Example
White with #DFC7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7E7; }
p { color: rgb(223,199,231); }
H1.HeaderClassName
{
color: #DFC7E7;
}
.AnyTagClassName
{
color: #DFC7E7;
}
</style>
background-color css
<style>
a { background-color: #DFC7E7; }
a { background-color: rgb(223,199,231); }
div.DivClassName
{
background-color: #DFC7E7;
}
.BgClassName
{
background-color: #DFC7E7;
}
</style>
border-color css
<style>
span { border-color: #DFC7E7; }
span { border-color: rgb(223,199,231); }
td.TdClassName
{
border-color: #DFC7E7;
}
.TagClassName
{
border-color: #DFC7E7;
}
</style>