Shades of Blue Chalk #DFC4ED
Tints of Blue Chalk #DFC4ED
RGB
CMYK
RGB Variations
Color information
#DFC4ED (or 0xDFC4ED) is known color: Blue Chalk. HEX triplet: DF, C4 and ED. RGB value is (223,196,237). Sum of RGB (Red+Green+Blue) = 223+196+237=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4ED is #203B12. Grayscale: #D0D0D0. Windows color (decimal): -2112275 or 15582431. OLE color: 15582431.
HSL color Cylindrical-coordinate representation of color #DFC4ED: hue angle of 279.51º degrees, saturation: 0.53, 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 #DFC4ED is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 196 | 237 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.07 |
| HSL | 279.51º | 0.53% | 0.85% | - |
| HSV(B) | 279.51º | 0.17% | 0.93% | - |
| XYZ | 65.46 | 61.28 | 88.5 | - |
| YUV | 208.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 237 | 0.06 | 0.17 | 0 | 0.07 | 279.51 | 0.53 | 0.85 |
| Hex | DF | C4 | ED | 6 | 11 | 0 | 7 | 118 | 35 | 55 |
| Octal | 337 | 304 | 355 | 6 | 21 | 0 | 7 | 430 | 65 | 125 |
| Binary | 11011111 | 11000100 | 11101101 | 110 | 10001 | 0 | 111 | 100011000 | 110101 | 1010101 |
Color Harmonies of #DFC4ED
Complementary color
Monochromatic Colors of #DFC4ED
Black with #DFC4ED
Text Example
Text Example
White with #DFC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4ED; }
p { color: rgb(223,196,237); }
H1.HeaderClassName
{
color: #DFC4ED;
}
.AnyTagClassName
{
color: #DFC4ED;
}
</style>
background-color css
<style>
a { background-color: #DFC4ED; }
a { background-color: rgb(223,196,237); }
div.DivClassName
{
background-color: #DFC4ED;
}
.BgClassName
{
background-color: #DFC4ED;
}
</style>
border-color css
<style>
span { border-color: #DFC4ED; }
span { border-color: rgb(223,196,237); }
td.TdClassName
{
border-color: #DFC4ED;
}
.TagClassName
{
border-color: #DFC4ED;
}
</style>