Shades of Blue Chalk #DFCEE8
Tints of Blue Chalk #DFCEE8
RGB
CMYK
RGB Variations
Color information
#DFCEE8 (or 0xDFCEE8) is known color: Blue Chalk. HEX triplet: DF, CE and E8. RGB value is (223,206,232). Sum of RGB (Red+Green+Blue) = 223+206+232=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEE8 is #203117. Grayscale: #D5D5D5. Windows color (decimal): -2109720 or 15257311. OLE color: 15257311.
HSL color Cylindrical-coordinate representation of color #DFCEE8: hue angle of 279.23º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCEE8 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 206 | 232 | - |
CMYK | 0.04 | 0.11 | 0 | 0.09 |
HSL | 279.23º | 0.36% | 0.86% | - |
HSV(B) | 279.23º | 0.11% | 0.91% | - |
XYZ | 67.07 | 65.66 | 85.48 | - |
YUV | 214.05 | 138.13 | 134.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 206 | 232 | 0.04 | 0.11 | 0 | 0.09 | 279.23 | 0.36 | 0.86 |
Hex | DF | CE | E8 | 4 | B | 0 | 9 | 117 | 24 | 56 |
Octal | 337 | 316 | 350 | 4 | 13 | 0 | 11 | 427 | 44 | 126 |
Binary | 11011111 | 11001110 | 11101000 | 100 | 1011 | 0 | 1001 | 100010111 | 100100 | 1010110 |
Color Harmonies of #DFCEE8
Complementary color
Monochromatic Colors of #DFCEE8
Black with #DFCEE8
Text Example
Text Example
White with #DFCEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEE8; }
p { color: rgb(223,206,232); }
H1.HeaderClassName
{
color: #DFCEE8;
}
.AnyTagClassName
{
color: #DFCEE8;
}
</style>
background-color css
<style>
a { background-color: #DFCEE8; }
a { background-color: rgb(223,206,232); }
div.DivClassName
{
background-color: #DFCEE8;
}
.BgClassName
{
background-color: #DFCEE8;
}
</style>
border-color css
<style>
span { border-color: #DFCEE8; }
span { border-color: rgb(223,206,232); }
td.TdClassName
{
border-color: #DFCEE8;
}
.TagClassName
{
border-color: #DFCEE8;
}
</style>