Shades of Blue Chalk #DFC9EC
Tints of Blue Chalk #DFC9EC
RGB
CMYK
RGB Variations
Color information
#DFC9EC (or 0xDFC9EC) is known color: Blue Chalk. HEX triplet: DF, C9 and EC. RGB value is (223,201,236). Sum of RGB (Red+Green+Blue) = 223+201+236=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9EC is #203613. Grayscale: #D3D3D3. Windows color (decimal): -2110996 or 15518175. OLE color: 15518175.
HSL color Cylindrical-coordinate representation of color #DFC9EC: hue angle of 277.71º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFC9EC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 201 | 236 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.07 |
| HSL | 277.71º | 0.48% | 0.86% | - |
| HSV(B) | 277.71º | 0.15% | 0.93% | - |
| XYZ | 66.46 | 63.52 | 88.11 | - |
| YUV | 211.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 236 | 0.06 | 0.15 | 0 | 0.07 | 277.71 | 0.48 | 0.86 |
| Hex | DF | C9 | EC | 6 | F | 0 | 7 | 116 | 30 | 56 |
| Octal | 337 | 311 | 354 | 6 | 17 | 0 | 7 | 426 | 60 | 126 |
| Binary | 11011111 | 11001001 | 11101100 | 110 | 1111 | 0 | 111 | 100010110 | 110000 | 1010110 |
Color Harmonies of #DFC9EC
Complementary color
Monochromatic Colors of #DFC9EC
Black with #DFC9EC
Text Example
Text Example
White with #DFC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9EC; }
p { color: rgb(223,201,236); }
H1.HeaderClassName
{
color: #DFC9EC;
}
.AnyTagClassName
{
color: #DFC9EC;
}
</style>
background-color css
<style>
a { background-color: #DFC9EC; }
a { background-color: rgb(223,201,236); }
div.DivClassName
{
background-color: #DFC9EC;
}
.BgClassName
{
background-color: #DFC9EC;
}
</style>
border-color css
<style>
span { border-color: #DFC9EC; }
span { border-color: rgb(223,201,236); }
td.TdClassName
{
border-color: #DFC9EC;
}
.TagClassName
{
border-color: #DFC9EC;
}
</style>