Shades of Blue Chalk #DFC8E9
Tints of Blue Chalk #DFC8E9
RGB
CMYK
RGB Variations
Color information
#DFC8E9 (or 0xDFC8E9) is known color: Blue Chalk. HEX triplet: DF, C8 and E9. RGB value is (223,200,233). Sum of RGB (Red+Green+Blue) = 223+200+233=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8E9 is #203716. Grayscale: #D2D2D2. Windows color (decimal): -2111255 or 15321311. OLE color: 15321311.
HSL color Cylindrical-coordinate representation of color #DFC8E9: hue angle of 281.82º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC8E9 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 200 | 233 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.09 |
| HSL | 281.82º | 0.43% | 0.85% | - |
| HSV(B) | 281.82º | 0.14% | 0.91% | - |
| XYZ | 65.79 | 62.88 | 85.76 | - |
| YUV | 210.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 233 | 0.04 | 0.14 | 0 | 0.09 | 281.82 | 0.43 | 0.85 |
| Hex | DF | C8 | E9 | 4 | E | 0 | 9 | 11A | 2B | 55 |
| Octal | 337 | 310 | 351 | 4 | 16 | 0 | 11 | 432 | 53 | 125 |
| Binary | 11011111 | 11001000 | 11101001 | 100 | 1110 | 0 | 1001 | 100011010 | 101011 | 1010101 |
Color Harmonies of #DFC8E9
Complementary color
Monochromatic Colors of #DFC8E9
Black with #DFC8E9
Text Example
Text Example
White with #DFC8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8E9; }
p { color: rgb(223,200,233); }
H1.HeaderClassName
{
color: #DFC8E9;
}
.AnyTagClassName
{
color: #DFC8E9;
}
</style>
background-color css
<style>
a { background-color: #DFC8E9; }
a { background-color: rgb(223,200,233); }
div.DivClassName
{
background-color: #DFC8E9;
}
.BgClassName
{
background-color: #DFC8E9;
}
</style>
border-color css
<style>
span { border-color: #DFC8E9; }
span { border-color: rgb(223,200,233); }
td.TdClassName
{
border-color: #DFC8E9;
}
.TagClassName
{
border-color: #DFC8E9;
}
</style>