Shades of Blue Chalk #DFCFED
Tints of Blue Chalk #DFCFED
RGB
CMYK
RGB Variations
Color information
#DFCFED (or 0xDFCFED) is known color: Blue Chalk. HEX triplet: DF, CF and ED. RGB value is (223,207,237). Sum of RGB (Red+Green+Blue) = 223+207+237=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFED is #203012. Grayscale: #D7D7D7. Windows color (decimal): -2109459 or 15585247. OLE color: 15585247.
HSL color Cylindrical-coordinate representation of color #DFCFED: hue angle of 272º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFCFED is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 207 | 237 | - |
CMYK | 0.06 | 0.13 | 0 | 0.07 |
HSL | 272º | 0.45% | 0.87% | - |
HSV(B) | 272º | 0.13% | 0.93% | - |
XYZ | 68.03 | 66.43 | 89.36 | - |
YUV | 215.2 | 140.3 | 133.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 207 | 237 | 0.06 | 0.13 | 0 | 0.07 | 272 | 0.45 | 0.87 |
Hex | DF | CF | ED | 6 | D | 0 | 7 | 110 | 2D | 57 |
Octal | 337 | 317 | 355 | 6 | 15 | 0 | 7 | 420 | 55 | 127 |
Binary | 11011111 | 11001111 | 11101101 | 110 | 1101 | 0 | 111 | 100010000 | 101101 | 1010111 |
Color Harmonies of #DFCFED
Complementary color
Monochromatic Colors of #DFCFED
Black with #DFCFED
Text Example
Text Example
White with #DFCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFED; }
p { color: rgb(223,207,237); }
H1.HeaderClassName
{
color: #DFCFED;
}
.AnyTagClassName
{
color: #DFCFED;
}
</style>
background-color css
<style>
a { background-color: #DFCFED; }
a { background-color: rgb(223,207,237); }
div.DivClassName
{
background-color: #DFCFED;
}
.BgClassName
{
background-color: #DFCFED;
}
</style>
border-color css
<style>
span { border-color: #DFCFED; }
span { border-color: rgb(223,207,237); }
td.TdClassName
{
border-color: #DFCFED;
}
.TagClassName
{
border-color: #DFCFED;
}
</style>