Shades of Blue Chalk #DFC9E6
Tints of Blue Chalk #DFC9E6
RGB
CMYK
RGB Variations
Color information
#DFC9E6 (or 0xDFC9E6) is known color: Blue Chalk. HEX triplet: DF, C9 and E6. RGB value is (223,201,230). Sum of RGB (Red+Green+Blue) = 223+201+230=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFC9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9E6 is #203619. Grayscale: #D2D2D2. Windows color (decimal): -2111002 or 15124959. OLE color: 15124959.
HSL color Cylindrical-coordinate representation of color #DFC9E6: hue angle of 285.52º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC9E6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 201 | 230 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.10 |
| HSL | 285.52º | 0.37% | 0.85% | - |
| HSV(B) | 285.52º | 0.13% | 0.9% | - |
| XYZ | 65.6 | 63.17 | 83.6 | - |
| YUV | 210.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 230 | 0.03 | 0.13 | 0 | 0.10 | 285.52 | 0.37 | 0.85 |
| Hex | DF | C9 | E6 | 3 | D | 0 | A | 11E | 25 | 55 |
| Octal | 337 | 311 | 346 | 3 | 15 | 0 | 12 | 436 | 45 | 125 |
| Binary | 11011111 | 11001001 | 11100110 | 11 | 1101 | 0 | 1010 | 100011110 | 100101 | 1010101 |
Color Harmonies of #DFC9E6
Complementary color
Monochromatic Colors of #DFC9E6
Black with #DFC9E6
Text Example
Text Example
White with #DFC9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9E6; }
p { color: rgb(223,201,230); }
H1.HeaderClassName
{
color: #DFC9E6;
}
.AnyTagClassName
{
color: #DFC9E6;
}
</style>
background-color css
<style>
a { background-color: #DFC9E6; }
a { background-color: rgb(223,201,230); }
div.DivClassName
{
background-color: #DFC9E6;
}
.BgClassName
{
background-color: #DFC9E6;
}
</style>
border-color css
<style>
span { border-color: #DFC9E6; }
span { border-color: rgb(223,201,230); }
td.TdClassName
{
border-color: #DFC9E6;
}
.TagClassName
{
border-color: #DFC9E6;
}
</style>