Shades of Blue Chalk #DFC6EE
Tints of Blue Chalk #DFC6EE
RGB
CMYK
RGB Variations
Color information
#DFC6EE (or 0xDFC6EE) is known color: Blue Chalk. HEX triplet: DF, C6 and EE. RGB value is (223,198,238). Sum of RGB (Red+Green+Blue) = 223+198+238=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6EE is #203911. Grayscale: #D1D1D1. Windows color (decimal): -2111762 or 15648479. OLE color: 15648479.
HSL color Cylindrical-coordinate representation of color #DFC6EE: hue angle of 277.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC6EE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 198 | 238 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.07 |
| HSL | 277.5º | 0.54% | 0.85% | - |
| HSV(B) | 277.5º | 0.17% | 0.93% | - |
| XYZ | 66.06 | 62.25 | 89.42 | - |
| YUV | 210.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 238 | 0.06 | 0.17 | 0 | 0.07 | 277.5 | 0.54 | 0.85 |
| Hex | DF | C6 | EE | 6 | 11 | 0 | 7 | 116 | 36 | 55 |
| Octal | 337 | 306 | 356 | 6 | 21 | 0 | 7 | 426 | 66 | 125 |
| Binary | 11011111 | 11000110 | 11101110 | 110 | 10001 | 0 | 111 | 100010110 | 110110 | 1010101 |
Color Harmonies of #DFC6EE
Complementary color
Monochromatic Colors of #DFC6EE
Black with #DFC6EE
Text Example
Text Example
White with #DFC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6EE; }
p { color: rgb(223,198,238); }
H1.HeaderClassName
{
color: #DFC6EE;
}
.AnyTagClassName
{
color: #DFC6EE;
}
</style>
background-color css
<style>
a { background-color: #DFC6EE; }
a { background-color: rgb(223,198,238); }
div.DivClassName
{
background-color: #DFC6EE;
}
.BgClassName
{
background-color: #DFC6EE;
}
</style>
border-color css
<style>
span { border-color: #DFC6EE; }
span { border-color: rgb(223,198,238); }
td.TdClassName
{
border-color: #DFC6EE;
}
.TagClassName
{
border-color: #DFC6EE;
}
</style>