Shades of Blue Chalk #DFC7E6
Tints of Blue Chalk #DFC7E6
RGB
CMYK
RGB Variations
Color information
#DFC7E6 (or 0xDFC7E6) is known color: Blue Chalk. HEX triplet: DF, C7 and E6. RGB value is (223,199,230). Sum of RGB (Red+Green+Blue) = 223+199+230=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFC7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7E6 is #203819. Grayscale: #D1D1D1. Windows color (decimal): -2111514 or 15124447. OLE color: 15124447.
HSL color Cylindrical-coordinate representation of color #DFC7E6: hue angle of 286.45º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC7E6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 199 | 230 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.10 |
| HSL | 286.45º | 0.38% | 0.84% | - |
| HSV(B) | 286.45º | 0.13% | 0.9% | - |
| XYZ | 65.14 | 62.25 | 83.44 | - |
| YUV | 209.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 230 | 0.03 | 0.13 | 0 | 0.10 | 286.45 | 0.38 | 0.84 |
| Hex | DF | C7 | E6 | 3 | D | 0 | A | 11E | 26 | 54 |
| Octal | 337 | 307 | 346 | 3 | 15 | 0 | 12 | 436 | 46 | 124 |
| Binary | 11011111 | 11000111 | 11100110 | 11 | 1101 | 0 | 1010 | 100011110 | 100110 | 1010100 |
Color Harmonies of #DFC7E6
Complementary color
Monochromatic Colors of #DFC7E6
Black with #DFC7E6
Text Example
Text Example
White with #DFC7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7E6; }
p { color: rgb(223,199,230); }
H1.HeaderClassName
{
color: #DFC7E6;
}
.AnyTagClassName
{
color: #DFC7E6;
}
</style>
background-color css
<style>
a { background-color: #DFC7E6; }
a { background-color: rgb(223,199,230); }
div.DivClassName
{
background-color: #DFC7E6;
}
.BgClassName
{
background-color: #DFC7E6;
}
</style>
border-color css
<style>
span { border-color: #DFC7E6; }
span { border-color: rgb(223,199,230); }
td.TdClassName
{
border-color: #DFC7E6;
}
.TagClassName
{
border-color: #DFC7E6;
}
</style>