Shades of Blue Chalk #DFCFE7
Tints of Blue Chalk #DFCFE7
RGB
CMYK
RGB Variations
Color information
#DFCFE7 (or 0xDFCFE7) is known color: Blue Chalk. HEX triplet: DF, CF and E7. RGB value is (223,207,231). Sum of RGB (Red+Green+Blue) = 223+207+231=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFCFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFE7 is #203018. Grayscale: #D6D6D6. Windows color (decimal): -2109465 or 15192031. OLE color: 15192031.
HSL color Cylindrical-coordinate representation of color #DFCFE7: hue angle of 280º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCFE7 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 207 | 231 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.09 |
| HSL | 280º | 0.33% | 0.86% | - |
| HSV(B) | 280º | 0.1% | 0.91% | - |
| XYZ | 67.17 | 66.08 | 84.82 | - |
| YUV | 214.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 231 | 0.03 | 0.10 | 0 | 0.09 | 280 | 0.33 | 0.86 |
| Hex | DF | CF | E7 | 3 | A | 0 | 9 | 118 | 21 | 56 |
| Octal | 337 | 317 | 347 | 3 | 12 | 0 | 11 | 430 | 41 | 126 |
| Binary | 11011111 | 11001111 | 11100111 | 11 | 1010 | 0 | 1001 | 100011000 | 100001 | 1010110 |
Color Harmonies of #DFCFE7
Complementary color
Monochromatic Colors of #DFCFE7
Black with #DFCFE7
Text Example
Text Example
White with #DFCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFE7; }
p { color: rgb(223,207,231); }
H1.HeaderClassName
{
color: #DFCFE7;
}
.AnyTagClassName
{
color: #DFCFE7;
}
</style>
background-color css
<style>
a { background-color: #DFCFE7; }
a { background-color: rgb(223,207,231); }
div.DivClassName
{
background-color: #DFCFE7;
}
.BgClassName
{
background-color: #DFCFE7;
}
</style>
border-color css
<style>
span { border-color: #DFCFE7; }
span { border-color: rgb(223,207,231); }
td.TdClassName
{
border-color: #DFCFE7;
}
.TagClassName
{
border-color: #DFCFE7;
}
</style>