Shades of Blue Chalk #DFCCE8
Tints of Blue Chalk #DFCCE8
RGB
CMYK
RGB Variations
Color information
#DFCCE8 (or 0xDFCCE8) is known color: Blue Chalk. HEX triplet: DF, CC and E8. RGB value is (223,204,232). Sum of RGB (Red+Green+Blue) = 223+204+232=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCE8 is #203317. Grayscale: #D4D4D4. Windows color (decimal): -2110232 or 15256799. OLE color: 15256799.
HSL color Cylindrical-coordinate representation of color #DFCCE8: hue angle of 280.71º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCCE8 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 204 | 232 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.09 |
| HSL | 280.71º | 0.38% | 0.85% | - |
| HSV(B) | 280.71º | 0.12% | 0.91% | - |
| XYZ | 66.59 | 64.7 | 85.32 | - |
| YUV | 212.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 232 | 0.04 | 0.12 | 0 | 0.09 | 280.71 | 0.38 | 0.85 |
| Hex | DF | CC | E8 | 4 | C | 0 | 9 | 119 | 26 | 55 |
| Octal | 337 | 314 | 350 | 4 | 14 | 0 | 11 | 431 | 46 | 125 |
| Binary | 11011111 | 11001100 | 11101000 | 100 | 1100 | 0 | 1001 | 100011001 | 100110 | 1010101 |
Color Harmonies of #DFCCE8
Complementary color
Monochromatic Colors of #DFCCE8
Black with #DFCCE8
Text Example
Text Example
White with #DFCCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCE8; }
p { color: rgb(223,204,232); }
H1.HeaderClassName
{
color: #DFCCE8;
}
.AnyTagClassName
{
color: #DFCCE8;
}
</style>
background-color css
<style>
a { background-color: #DFCCE8; }
a { background-color: rgb(223,204,232); }
div.DivClassName
{
background-color: #DFCCE8;
}
.BgClassName
{
background-color: #DFCCE8;
}
</style>
border-color css
<style>
span { border-color: #DFCCE8; }
span { border-color: rgb(223,204,232); }
td.TdClassName
{
border-color: #DFCCE8;
}
.TagClassName
{
border-color: #DFCCE8;
}
</style>