Shades of Blue Chalk #DFC1EF
Tints of Blue Chalk #DFC1EF
RGB
CMYK
RGB Variations
Color information
#DFC1EF (or 0xDFC1EF) is known color: Blue Chalk. HEX triplet: DF, C1 and EF. RGB value is (223,193,239). Sum of RGB (Red+Green+Blue) = 223+193+239=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFC1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1EF is #203E10. Grayscale: #CFCFCF. Windows color (decimal): -2113041 or 15712735. OLE color: 15712735.
HSL color Cylindrical-coordinate representation of color #DFC1EF: hue angle of 279.13º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFC1EF is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 193 | 239 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.06 |
| HSL | 279.13º | 0.59% | 0.85% | - |
| HSV(B) | 279.13º | 0.19% | 0.94% | - |
| XYZ | 65.08 | 60.06 | 89.82 | - |
| YUV | 207.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 239 | 0.07 | 0.19 | 0 | 0.06 | 279.13 | 0.59 | 0.85 |
| Hex | DF | C1 | EF | 7 | 13 | 0 | 6 | 117 | 3B | 55 |
| Octal | 337 | 301 | 357 | 7 | 23 | 0 | 6 | 427 | 73 | 125 |
| Binary | 11011111 | 11000001 | 11101111 | 111 | 10011 | 0 | 110 | 100010111 | 111011 | 1010101 |
Color Harmonies of #DFC1EF
Complementary color
Monochromatic Colors of #DFC1EF
Black with #DFC1EF
Text Example
Text Example
White with #DFC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1EF; }
p { color: rgb(223,193,239); }
H1.HeaderClassName
{
color: #DFC1EF;
}
.AnyTagClassName
{
color: #DFC1EF;
}
</style>
background-color css
<style>
a { background-color: #DFC1EF; }
a { background-color: rgb(223,193,239); }
div.DivClassName
{
background-color: #DFC1EF;
}
.BgClassName
{
background-color: #DFC1EF;
}
</style>
border-color css
<style>
span { border-color: #DFC1EF; }
span { border-color: rgb(223,193,239); }
td.TdClassName
{
border-color: #DFC1EF;
}
.TagClassName
{
border-color: #DFC1EF;
}
</style>