Shades of Blue Chalk #DFC4E9
Tints of Blue Chalk #DFC4E9
RGB
CMYK
RGB Variations
Color information
#DFC4E9 (or 0xDFC4E9) is known color: Blue Chalk. HEX triplet: DF, C4 and E9. RGB value is (223,196,233). Sum of RGB (Red+Green+Blue) = 223+196+233=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFC4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4E9 is #203B16. Grayscale: #D0D0D0. Windows color (decimal): -2112279 or 15320287. OLE color: 15320287.
HSL color Cylindrical-coordinate representation of color #DFC4E9: hue angle of 283.78º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC4E9 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 196 | 233 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.09 |
| HSL | 283.78º | 0.46% | 0.84% | - |
| HSV(B) | 283.78º | 0.16% | 0.91% | - |
| XYZ | 64.88 | 61.05 | 85.46 | - |
| YUV | 208.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 233 | 0.04 | 0.16 | 0 | 0.09 | 283.78 | 0.46 | 0.84 |
| Hex | DF | C4 | E9 | 4 | 10 | 0 | 9 | 11C | 2E | 54 |
| Octal | 337 | 304 | 351 | 4 | 20 | 0 | 11 | 434 | 56 | 124 |
| Binary | 11011111 | 11000100 | 11101001 | 100 | 10000 | 0 | 1001 | 100011100 | 101110 | 1010100 |
Color Harmonies of #DFC4E9
Complementary color
Monochromatic Colors of #DFC4E9
Black with #DFC4E9
Text Example
Text Example
White with #DFC4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4E9; }
p { color: rgb(223,196,233); }
H1.HeaderClassName
{
color: #DFC4E9;
}
.AnyTagClassName
{
color: #DFC4E9;
}
</style>
background-color css
<style>
a { background-color: #DFC4E9; }
a { background-color: rgb(223,196,233); }
div.DivClassName
{
background-color: #DFC4E9;
}
.BgClassName
{
background-color: #DFC4E9;
}
</style>
border-color css
<style>
span { border-color: #DFC4E9; }
span { border-color: rgb(223,196,233); }
td.TdClassName
{
border-color: #DFC4E9;
}
.TagClassName
{
border-color: #DFC4E9;
}
</style>