Shades of Blue Chalk #DFC9EF
Tints of Blue Chalk #DFC9EF
RGB
CMYK
RGB Variations
Color information
#DFC9EF (or 0xDFC9EF) is known color: Blue Chalk. HEX triplet: DF, C9 and EF. RGB value is (223,201,239). Sum of RGB (Red+Green+Blue) = 223+201+239=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFC9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9EF is #203610. Grayscale: #D3D3D3. Windows color (decimal): -2110993 or 15714783. OLE color: 15714783.
HSL color Cylindrical-coordinate representation of color #DFC9EF: hue angle of 274.74º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC9EF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 201 | 239 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.06 |
| HSL | 274.74º | 0.54% | 0.86% | - |
| HSV(B) | 274.74º | 0.16% | 0.94% | - |
| XYZ | 66.9 | 63.69 | 90.43 | - |
| YUV | 211.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 239 | 0.07 | 0.16 | 0 | 0.06 | 274.74 | 0.54 | 0.86 |
| Hex | DF | C9 | EF | 7 | 10 | 0 | 6 | 113 | 36 | 56 |
| Octal | 337 | 311 | 357 | 7 | 20 | 0 | 6 | 423 | 66 | 126 |
| Binary | 11011111 | 11001001 | 11101111 | 111 | 10000 | 0 | 110 | 100010011 | 110110 | 1010110 |
Color Harmonies of #DFC9EF
Complementary color
Monochromatic Colors of #DFC9EF
Black with #DFC9EF
Text Example
Text Example
White with #DFC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9EF; }
p { color: rgb(223,201,239); }
H1.HeaderClassName
{
color: #DFC9EF;
}
.AnyTagClassName
{
color: #DFC9EF;
}
</style>
background-color css
<style>
a { background-color: #DFC9EF; }
a { background-color: rgb(223,201,239); }
div.DivClassName
{
background-color: #DFC9EF;
}
.BgClassName
{
background-color: #DFC9EF;
}
</style>
border-color css
<style>
span { border-color: #DFC9EF; }
span { border-color: rgb(223,201,239); }
td.TdClassName
{
border-color: #DFC9EF;
}
.TagClassName
{
border-color: #DFC9EF;
}
</style>