Shades of Blue Chalk #DFC2EC
Tints of Blue Chalk #DFC2EC
RGB
CMYK
RGB Variations
Color information
#DFC2EC (or 0xDFC2EC) is known color: Blue Chalk. HEX triplet: DF, C2 and EC. RGB value is (223,194,236). Sum of RGB (Red+Green+Blue) = 223+194+236=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2EC is #203D13. Grayscale: #CFCFCF. Windows color (decimal): -2112788 or 15516383. OLE color: 15516383.
HSL color Cylindrical-coordinate representation of color #DFC2EC: hue angle of 281.43º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFC2EC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 194 | 236 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.07 |
| HSL | 281.43º | 0.53% | 0.84% | - |
| HSV(B) | 281.43º | 0.18% | 0.93% | - |
| XYZ | 64.86 | 60.33 | 87.58 | - |
| YUV | 207.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 236 | 0.06 | 0.18 | 0 | 0.07 | 281.43 | 0.53 | 0.84 |
| Hex | DF | C2 | EC | 6 | 12 | 0 | 7 | 119 | 34 | 54 |
| Octal | 337 | 302 | 354 | 6 | 22 | 0 | 7 | 431 | 64 | 124 |
| Binary | 11011111 | 11000010 | 11101100 | 110 | 10010 | 0 | 111 | 100011001 | 110100 | 1010100 |
Color Harmonies of #DFC2EC
Complementary color
Monochromatic Colors of #DFC2EC
Black with #DFC2EC
Text Example
Text Example
White with #DFC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2EC; }
p { color: rgb(223,194,236); }
H1.HeaderClassName
{
color: #DFC2EC;
}
.AnyTagClassName
{
color: #DFC2EC;
}
</style>
background-color css
<style>
a { background-color: #DFC2EC; }
a { background-color: rgb(223,194,236); }
div.DivClassName
{
background-color: #DFC2EC;
}
.BgClassName
{
background-color: #DFC2EC;
}
</style>
border-color css
<style>
span { border-color: #DFC2EC; }
span { border-color: rgb(223,194,236); }
td.TdClassName
{
border-color: #DFC2EC;
}
.TagClassName
{
border-color: #DFC2EC;
}
</style>