Shades of Blue Chalk #DFC5EE
Tints of Blue Chalk #DFC5EE
RGB
CMYK
RGB Variations
Color information
#DFC5EE (or 0xDFC5EE) is known color: Blue Chalk. HEX triplet: DF, C5 and EE. RGB value is (223,197,238). Sum of RGB (Red+Green+Blue) = 223+197+238=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5EE is #203A11. Grayscale: #D1D1D1. Windows color (decimal): -2112018 or 15648223. OLE color: 15648223.
HSL color Cylindrical-coordinate representation of color #DFC5EE: hue angle of 278.05º degrees, saturation: 0.55, 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 #DFC5EE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 197 | 238 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.07 |
| HSL | 278.05º | 0.55% | 0.85% | - |
| HSV(B) | 278.05º | 0.17% | 0.93% | - |
| XYZ | 65.83 | 61.79 | 89.35 | - |
| YUV | 209.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 238 | 0.06 | 0.17 | 0 | 0.07 | 278.05 | 0.55 | 0.85 |
| Hex | DF | C5 | EE | 6 | 11 | 0 | 7 | 116 | 37 | 55 |
| Octal | 337 | 305 | 356 | 6 | 21 | 0 | 7 | 426 | 67 | 125 |
| Binary | 11011111 | 11000101 | 11101110 | 110 | 10001 | 0 | 111 | 100010110 | 110111 | 1010101 |
Color Harmonies of #DFC5EE
Complementary color
Monochromatic Colors of #DFC5EE
Black with #DFC5EE
Text Example
Text Example
White with #DFC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5EE; }
p { color: rgb(223,197,238); }
H1.HeaderClassName
{
color: #DFC5EE;
}
.AnyTagClassName
{
color: #DFC5EE;
}
</style>
background-color css
<style>
a { background-color: #DFC5EE; }
a { background-color: rgb(223,197,238); }
div.DivClassName
{
background-color: #DFC5EE;
}
.BgClassName
{
background-color: #DFC5EE;
}
</style>
border-color css
<style>
span { border-color: #DFC5EE; }
span { border-color: rgb(223,197,238); }
td.TdClassName
{
border-color: #DFC5EE;
}
.TagClassName
{
border-color: #DFC5EE;
}
</style>