Shades of Blue Chalk #DFC7EC
Tints of Blue Chalk #DFC7EC
RGB
CMYK
RGB Variations
Color information
#DFC7EC (or 0xDFC7EC) is known color: Blue Chalk. HEX triplet: DF, C7 and EC. RGB value is (223,199,236). Sum of RGB (Red+Green+Blue) = 223+199+236=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7EC is #203813. Grayscale: #D2D2D2. Windows color (decimal): -2111508 or 15517663. OLE color: 15517663.
HSL color Cylindrical-coordinate representation of color #DFC7EC: hue angle of 278.92º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC7EC is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 199 | 236 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.07 |
| HSL | 278.92º | 0.49% | 0.85% | - |
| HSV(B) | 278.92º | 0.16% | 0.93% | - |
| XYZ | 66 | 62.59 | 87.96 | - |
| YUV | 210.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 236 | 0.06 | 0.16 | 0 | 0.07 | 278.92 | 0.49 | 0.85 |
| Hex | DF | C7 | EC | 6 | 10 | 0 | 7 | 117 | 31 | 55 |
| Octal | 337 | 307 | 354 | 6 | 20 | 0 | 7 | 427 | 61 | 125 |
| Binary | 11011111 | 11000111 | 11101100 | 110 | 10000 | 0 | 111 | 100010111 | 110001 | 1010101 |
Color Harmonies of #DFC7EC
Complementary color
Monochromatic Colors of #DFC7EC
Black with #DFC7EC
Text Example
Text Example
White with #DFC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7EC; }
p { color: rgb(223,199,236); }
H1.HeaderClassName
{
color: #DFC7EC;
}
.AnyTagClassName
{
color: #DFC7EC;
}
</style>
background-color css
<style>
a { background-color: #DFC7EC; }
a { background-color: rgb(223,199,236); }
div.DivClassName
{
background-color: #DFC7EC;
}
.BgClassName
{
background-color: #DFC7EC;
}
</style>
border-color css
<style>
span { border-color: #DFC7EC; }
span { border-color: rgb(223,199,236); }
td.TdClassName
{
border-color: #DFC7EC;
}
.TagClassName
{
border-color: #DFC7EC;
}
</style>