Shades of Blue Chalk #DFC4F0
Tints of Blue Chalk #DFC4F0
RGB
CMYK
RGB Variations
Color information
#DFC4F0 (or 0xDFC4F0) is known color: Blue Chalk. HEX triplet: DF, C4 and F0. RGB value is (223,196,240). Sum of RGB (Red+Green+Blue) = 223+196+240=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 196 (76.95% from 255 or 29.74% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4F0 is #203B0F. Grayscale: #D0D0D0. Windows color (decimal): -2112272 or 15779039. OLE color: 15779039.
HSL color Cylindrical-coordinate representation of color #DFC4F0: hue angle of 276.82º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFC4F0 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 196 | 240 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.06 |
| HSL | 276.82º | 0.59% | 0.85% | - |
| HSV(B) | 276.82º | 0.18% | 0.94% | - |
| XYZ | 65.9 | 61.46 | 90.83 | - |
| YUV | 209.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 240 | 0.07 | 0.18 | 0 | 0.06 | 276.82 | 0.59 | 0.85 |
| Hex | DF | C4 | F0 | 7 | 12 | 0 | 6 | 115 | 3B | 55 |
| Octal | 337 | 304 | 360 | 7 | 22 | 0 | 6 | 425 | 73 | 125 |
| Binary | 11011111 | 11000100 | 11110000 | 111 | 10010 | 0 | 110 | 100010101 | 111011 | 1010101 |
Color Harmonies of #DFC4F0
Complementary color
Monochromatic Colors of #DFC4F0
Black with #DFC4F0
Text Example
Text Example
White with #DFC4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4F0; }
p { color: rgb(223,196,240); }
H1.HeaderClassName
{
color: #DFC4F0;
}
.AnyTagClassName
{
color: #DFC4F0;
}
</style>
background-color css
<style>
a { background-color: #DFC4F0; }
a { background-color: rgb(223,196,240); }
div.DivClassName
{
background-color: #DFC4F0;
}
.BgClassName
{
background-color: #DFC4F0;
}
</style>
border-color css
<style>
span { border-color: #DFC4F0; }
span { border-color: rgb(223,196,240); }
td.TdClassName
{
border-color: #DFC4F0;
}
.TagClassName
{
border-color: #DFC4F0;
}
</style>