Shades of Blue Chalk #DFC7EF
Tints of Blue Chalk #DFC7EF
RGB
CMYK
RGB Variations
Color information
#DFC7EF (or 0xDFC7EF) is known color: Blue Chalk. HEX triplet: DF, C7 and EF. RGB value is (223,199,239). Sum of RGB (Red+Green+Blue) = 223+199+239=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7EF is #203810. Grayscale: #D2D2D2. Windows color (decimal): -2111505 or 15714271. OLE color: 15714271.
HSL color Cylindrical-coordinate representation of color #DFC7EF: hue angle of 276º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC7EF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 199 | 239 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.06 |
| HSL | 276º | 0.56% | 0.86% | - |
| HSV(B) | 276º | 0.17% | 0.94% | - |
| XYZ | 66.43 | 62.77 | 90.28 | - |
| YUV | 210.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 239 | 0.07 | 0.17 | 0 | 0.06 | 276 | 0.56 | 0.86 |
| Hex | DF | C7 | EF | 7 | 11 | 0 | 6 | 114 | 38 | 56 |
| Octal | 337 | 307 | 357 | 7 | 21 | 0 | 6 | 424 | 70 | 126 |
| Binary | 11011111 | 11000111 | 11101111 | 111 | 10001 | 0 | 110 | 100010100 | 111000 | 1010110 |
Color Harmonies of #DFC7EF
Complementary color
Monochromatic Colors of #DFC7EF
Black with #DFC7EF
Text Example
Text Example
White with #DFC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7EF; }
p { color: rgb(223,199,239); }
H1.HeaderClassName
{
color: #DFC7EF;
}
.AnyTagClassName
{
color: #DFC7EF;
}
</style>
background-color css
<style>
a { background-color: #DFC7EF; }
a { background-color: rgb(223,199,239); }
div.DivClassName
{
background-color: #DFC7EF;
}
.BgClassName
{
background-color: #DFC7EF;
}
</style>
border-color css
<style>
span { border-color: #DFC7EF; }
span { border-color: rgb(223,199,239); }
td.TdClassName
{
border-color: #DFC7EF;
}
.TagClassName
{
border-color: #DFC7EF;
}
</style>