Shades of Blue Chalk #DFCEE6
Tints of Blue Chalk #DFCEE6
RGB
CMYK
RGB Variations
Color information
#DFCEE6 (or 0xDFCEE6) is known color: Blue Chalk. HEX triplet: DF, CE and E6. RGB value is (223,206,230). Sum of RGB (Red+Green+Blue) = 223+206+230=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFCEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEE6 is #203119. Grayscale: #D5D5D5. Windows color (decimal): -2109722 or 15126239. OLE color: 15126239.
HSL color Cylindrical-coordinate representation of color #DFCEE6: hue angle of 282.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCEE6 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 206 | 230 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.10 |
| HSL | 282.5º | 0.32% | 0.85% | - |
| HSV(B) | 282.5º | 0.1% | 0.9% | - |
| XYZ | 66.79 | 65.54 | 83.99 | - |
| YUV | 213.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 230 | 0.03 | 0.10 | 0 | 0.10 | 282.5 | 0.32 | 0.85 |
| Hex | DF | CE | E6 | 3 | A | 0 | A | 11A | 20 | 55 |
| Octal | 337 | 316 | 346 | 3 | 12 | 0 | 12 | 432 | 40 | 125 |
| Binary | 11011111 | 11001110 | 11100110 | 11 | 1010 | 0 | 1010 | 100011010 | 100000 | 1010101 |
Color Harmonies of #DFCEE6
Complementary color
Monochromatic Colors of #DFCEE6
Black with #DFCEE6
Text Example
Text Example
White with #DFCEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEE6; }
p { color: rgb(223,206,230); }
H1.HeaderClassName
{
color: #DFCEE6;
}
.AnyTagClassName
{
color: #DFCEE6;
}
</style>
background-color css
<style>
a { background-color: #DFCEE6; }
a { background-color: rgb(223,206,230); }
div.DivClassName
{
background-color: #DFCEE6;
}
.BgClassName
{
background-color: #DFCEE6;
}
</style>
border-color css
<style>
span { border-color: #DFCEE6; }
span { border-color: rgb(223,206,230); }
td.TdClassName
{
border-color: #DFCEE6;
}
.TagClassName
{
border-color: #DFCEE6;
}
</style>