Shades of Blue Chalk #DFC5EF
Tints of Blue Chalk #DFC5EF
RGB
CMYK
RGB Variations
Color information
#DFC5EF (or 0xDFC5EF) is known color: Blue Chalk. HEX triplet: DF, C5 and EF. RGB value is (223,197,239). Sum of RGB (Red+Green+Blue) = 223+197+239=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFC5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5EF is #203A10. Grayscale: #D1D1D1. Windows color (decimal): -2112017 or 15713759. OLE color: 15713759.
HSL color Cylindrical-coordinate representation of color #DFC5EF: hue angle of 277.14º degrees, saturation: 0.57, 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 #DFC5EF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 197 | 239 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.06 |
| HSL | 277.14º | 0.57% | 0.85% | - |
| HSV(B) | 277.14º | 0.18% | 0.94% | - |
| XYZ | 65.98 | 61.85 | 90.12 | - |
| YUV | 209.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 239 | 0.07 | 0.18 | 0 | 0.06 | 277.14 | 0.57 | 0.85 |
| Hex | DF | C5 | EF | 7 | 12 | 0 | 6 | 115 | 39 | 55 |
| Octal | 337 | 305 | 357 | 7 | 22 | 0 | 6 | 425 | 71 | 125 |
| Binary | 11011111 | 11000101 | 11101111 | 111 | 10010 | 0 | 110 | 100010101 | 111001 | 1010101 |
Color Harmonies of #DFC5EF
Complementary color
Monochromatic Colors of #DFC5EF
Black with #DFC5EF
Text Example
Text Example
White with #DFC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5EF; }
p { color: rgb(223,197,239); }
H1.HeaderClassName
{
color: #DFC5EF;
}
.AnyTagClassName
{
color: #DFC5EF;
}
</style>
background-color css
<style>
a { background-color: #DFC5EF; }
a { background-color: rgb(223,197,239); }
div.DivClassName
{
background-color: #DFC5EF;
}
.BgClassName
{
background-color: #DFC5EF;
}
</style>
border-color css
<style>
span { border-color: #DFC5EF; }
span { border-color: rgb(223,197,239); }
td.TdClassName
{
border-color: #DFC5EF;
}
.TagClassName
{
border-color: #DFC5EF;
}
</style>