Shades of Blue Chalk #DFC3EF
Tints of Blue Chalk #DFC3EF
RGB
CMYK
RGB Variations
Color information
#DFC3EF (or 0xDFC3EF) is known color: Blue Chalk. HEX triplet: DF, C3 and EF. RGB value is (223,195,239). Sum of RGB (Red+Green+Blue) = 223+195+239=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3EF is #203C10. Grayscale: #D0D0D0. Windows color (decimal): -2112529 or 15713247. OLE color: 15713247.
HSL color Cylindrical-coordinate representation of color #DFC3EF: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFC3EF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 195 | 239 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.06 |
| HSL | 278.18º | 0.58% | 0.85% | - |
| HSV(B) | 278.18º | 0.18% | 0.94% | - |
| XYZ | 65.53 | 60.95 | 89.97 | - |
| YUV | 208.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 239 | 0.07 | 0.18 | 0 | 0.06 | 278.18 | 0.58 | 0.85 |
| Hex | DF | C3 | EF | 7 | 12 | 0 | 6 | 116 | 3A | 55 |
| Octal | 337 | 303 | 357 | 7 | 22 | 0 | 6 | 426 | 72 | 125 |
| Binary | 11011111 | 11000011 | 11101111 | 111 | 10010 | 0 | 110 | 100010110 | 111010 | 1010101 |
Color Harmonies of #DFC3EF
Complementary color
Monochromatic Colors of #DFC3EF
Black with #DFC3EF
Text Example
Text Example
White with #DFC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3EF; }
p { color: rgb(223,195,239); }
H1.HeaderClassName
{
color: #DFC3EF;
}
.AnyTagClassName
{
color: #DFC3EF;
}
</style>
background-color css
<style>
a { background-color: #DFC3EF; }
a { background-color: rgb(223,195,239); }
div.DivClassName
{
background-color: #DFC3EF;
}
.BgClassName
{
background-color: #DFC3EF;
}
</style>
border-color css
<style>
span { border-color: #DFC3EF; }
span { border-color: rgb(223,195,239); }
td.TdClassName
{
border-color: #DFC3EF;
}
.TagClassName
{
border-color: #DFC3EF;
}
</style>