Shades of Blue Chalk #DFC3E9
Tints of Blue Chalk #DFC3E9
RGB
CMYK
RGB Variations
Color information
#DFC3E9 (or 0xDFC3E9) is known color: Blue Chalk. HEX triplet: DF, C3 and E9. RGB value is (223,195,233). Sum of RGB (Red+Green+Blue) = 223+195+233=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFC3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3E9 is #203C16. Grayscale: #CFCFCF. Windows color (decimal): -2112535 or 15320031. OLE color: 15320031.
HSL color Cylindrical-coordinate representation of color #DFC3E9: hue angle of 284.21º 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 #DFC3E9 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 195 | 233 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.09 |
| HSL | 284.21º | 0.46% | 0.84% | - |
| HSV(B) | 284.21º | 0.16% | 0.91% | - |
| XYZ | 64.65 | 60.6 | 85.38 | - |
| YUV | 207.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 233 | 0.04 | 0.16 | 0 | 0.09 | 284.21 | 0.46 | 0.84 |
| Hex | DF | C3 | E9 | 4 | 10 | 0 | 9 | 11C | 2E | 54 |
| Octal | 337 | 303 | 351 | 4 | 20 | 0 | 11 | 434 | 56 | 124 |
| Binary | 11011111 | 11000011 | 11101001 | 100 | 10000 | 0 | 1001 | 100011100 | 101110 | 1010100 |
Color Harmonies of #DFC3E9
Complementary color
Monochromatic Colors of #DFC3E9
Black with #DFC3E9
Text Example
Text Example
White with #DFC3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3E9; }
p { color: rgb(223,195,233); }
H1.HeaderClassName
{
color: #DFC3E9;
}
.AnyTagClassName
{
color: #DFC3E9;
}
</style>
background-color css
<style>
a { background-color: #DFC3E9; }
a { background-color: rgb(223,195,233); }
div.DivClassName
{
background-color: #DFC3E9;
}
.BgClassName
{
background-color: #DFC3E9;
}
</style>
border-color css
<style>
span { border-color: #DFC3E9; }
span { border-color: rgb(223,195,233); }
td.TdClassName
{
border-color: #DFC3E9;
}
.TagClassName
{
border-color: #DFC3E9;
}
</style>