Shades of Blue Chalk #DFC4EA
Tints of Blue Chalk #DFC4EA
RGB
CMYK
RGB Variations
Color information
#DFC4EA (or 0xDFC4EA) is known color: Blue Chalk. HEX triplet: DF, C4 and EA. RGB value is (223,196,234). Sum of RGB (Red+Green+Blue) = 223+196+234=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4EA is #203B15. Grayscale: #D0D0D0. Windows color (decimal): -2112278 or 15385823. OLE color: 15385823.
HSL color Cylindrical-coordinate representation of color #DFC4EA: hue angle of 282.63º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC4EA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 196 | 234 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.08 |
| HSL | 282.63º | 0.48% | 0.84% | - |
| HSV(B) | 282.63º | 0.16% | 0.92% | - |
| XYZ | 65.02 | 61.11 | 86.21 | - |
| YUV | 208.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 234 | 0.05 | 0.16 | 0 | 0.08 | 282.63 | 0.48 | 0.84 |
| Hex | DF | C4 | EA | 5 | 10 | 0 | 8 | 11B | 30 | 54 |
| Octal | 337 | 304 | 352 | 5 | 20 | 0 | 10 | 433 | 60 | 124 |
| Binary | 11011111 | 11000100 | 11101010 | 101 | 10000 | 0 | 1000 | 100011011 | 110000 | 1010100 |
Color Harmonies of #DFC4EA
Complementary color
Monochromatic Colors of #DFC4EA
Black with #DFC4EA
Text Example
Text Example
White with #DFC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4EA; }
p { color: rgb(223,196,234); }
H1.HeaderClassName
{
color: #DFC4EA;
}
.AnyTagClassName
{
color: #DFC4EA;
}
</style>
background-color css
<style>
a { background-color: #DFC4EA; }
a { background-color: rgb(223,196,234); }
div.DivClassName
{
background-color: #DFC4EA;
}
.BgClassName
{
background-color: #DFC4EA;
}
</style>
border-color css
<style>
span { border-color: #DFC4EA; }
span { border-color: rgb(223,196,234); }
td.TdClassName
{
border-color: #DFC4EA;
}
.TagClassName
{
border-color: #DFC4EA;
}
</style>