Shades of Blue Chalk #DFC6ED
Tints of Blue Chalk #DFC6ED
RGB
CMYK
RGB Variations
Color information
#DFC6ED (or 0xDFC6ED) is known color: Blue Chalk. HEX triplet: DF, C6 and ED. RGB value is (223,198,237). Sum of RGB (Red+Green+Blue) = 223+198+237=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6ED is #203912. Grayscale: #D1D1D1. Windows color (decimal): -2111763 or 15582943. OLE color: 15582943.
HSL color Cylindrical-coordinate representation of color #DFC6ED: hue angle of 278.46º degrees, saturation: 0.52, 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 #DFC6ED is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 198 | 237 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.07 |
| HSL | 278.46º | 0.52% | 0.85% | - |
| HSV(B) | 278.46º | 0.16% | 0.93% | - |
| XYZ | 65.91 | 62.19 | 88.65 | - |
| YUV | 209.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 237 | 0.06 | 0.16 | 0 | 0.07 | 278.46 | 0.52 | 0.85 |
| Hex | DF | C6 | ED | 6 | 10 | 0 | 7 | 116 | 34 | 55 |
| Octal | 337 | 306 | 355 | 6 | 20 | 0 | 7 | 426 | 64 | 125 |
| Binary | 11011111 | 11000110 | 11101101 | 110 | 10000 | 0 | 111 | 100010110 | 110100 | 1010101 |
Color Harmonies of #DFC6ED
Complementary color
Monochromatic Colors of #DFC6ED
Black with #DFC6ED
Text Example
Text Example
White with #DFC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6ED; }
p { color: rgb(223,198,237); }
H1.HeaderClassName
{
color: #DFC6ED;
}
.AnyTagClassName
{
color: #DFC6ED;
}
</style>
background-color css
<style>
a { background-color: #DFC6ED; }
a { background-color: rgb(223,198,237); }
div.DivClassName
{
background-color: #DFC6ED;
}
.BgClassName
{
background-color: #DFC6ED;
}
</style>
border-color css
<style>
span { border-color: #DFC6ED; }
span { border-color: rgb(223,198,237); }
td.TdClassName
{
border-color: #DFC6ED;
}
.TagClassName
{
border-color: #DFC6ED;
}
</style>