Shades of Blue Chalk #DFC2EB
Tints of Blue Chalk #DFC2EB
RGB
CMYK
RGB Variations
Color information
#DFC2EB (or 0xDFC2EB) is known color: Blue Chalk. HEX triplet: DF, C2 and EB. RGB value is (223,194,235). Sum of RGB (Red+Green+Blue) = 223+194+235=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2EB is #203D14. Grayscale: #CFCFCF. Windows color (decimal): -2112789 or 15450847. OLE color: 15450847.
HSL color Cylindrical-coordinate representation of color #DFC2EB: hue angle of 282.44º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC2EB is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 194 | 235 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.08 |
| HSL | 282.44º | 0.51% | 0.84% | - |
| HSV(B) | 282.44º | 0.17% | 0.92% | - |
| XYZ | 64.72 | 60.27 | 86.82 | - |
| YUV | 207.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 235 | 0.05 | 0.17 | 0 | 0.08 | 282.44 | 0.51 | 0.84 |
| Hex | DF | C2 | EB | 5 | 11 | 0 | 8 | 11A | 33 | 54 |
| Octal | 337 | 302 | 353 | 5 | 21 | 0 | 10 | 432 | 63 | 124 |
| Binary | 11011111 | 11000010 | 11101011 | 101 | 10001 | 0 | 1000 | 100011010 | 110011 | 1010100 |
Color Harmonies of #DFC2EB
Complementary color
Monochromatic Colors of #DFC2EB
Black with #DFC2EB
Text Example
Text Example
White with #DFC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2EB; }
p { color: rgb(223,194,235); }
H1.HeaderClassName
{
color: #DFC2EB;
}
.AnyTagClassName
{
color: #DFC2EB;
}
</style>
background-color css
<style>
a { background-color: #DFC2EB; }
a { background-color: rgb(223,194,235); }
div.DivClassName
{
background-color: #DFC2EB;
}
.BgClassName
{
background-color: #DFC2EB;
}
</style>
border-color css
<style>
span { border-color: #DFC2EB; }
span { border-color: rgb(223,194,235); }
td.TdClassName
{
border-color: #DFC2EB;
}
.TagClassName
{
border-color: #DFC2EB;
}
</style>