Shades of Blue Chalk #DFCFEC
Tints of Blue Chalk #DFCFEC
RGB
CMYK
RGB Variations
Color information
#DFCFEC (or 0xDFCFEC) is known color: Blue Chalk. HEX triplet: DF, CF and EC. RGB value is (223,207,236). Sum of RGB (Red+Green+Blue) = 223+207+236=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFEC is #203013. Grayscale: #D6D6D6. Windows color (decimal): -2109460 or 15519711. OLE color: 15519711.
HSL color Cylindrical-coordinate representation of color #DFCFEC: hue angle of 273.1º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCFEC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 207 | 236 | - |
CMYK | 0.06 | 0.12 | 0 | 0.07 |
HSL | 273.1º | 0.43% | 0.87% | - |
HSV(B) | 273.1º | 0.12% | 0.93% | - |
XYZ | 67.88 | 66.37 | 88.59 | - |
YUV | 215.09 | 139.8 | 133.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 207 | 236 | 0.06 | 0.12 | 0 | 0.07 | 273.1 | 0.43 | 0.87 |
Hex | DF | CF | EC | 6 | C | 0 | 7 | 111 | 2B | 57 |
Octal | 337 | 317 | 354 | 6 | 14 | 0 | 7 | 421 | 53 | 127 |
Binary | 11011111 | 11001111 | 11101100 | 110 | 1100 | 0 | 111 | 100010001 | 101011 | 1010111 |
Color Harmonies of #DFCFEC
Complementary color
Monochromatic Colors of #DFCFEC
Black with #DFCFEC
Text Example
Text Example
White with #DFCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFEC; }
p { color: rgb(223,207,236); }
H1.HeaderClassName
{
color: #DFCFEC;
}
.AnyTagClassName
{
color: #DFCFEC;
}
</style>
background-color css
<style>
a { background-color: #DFCFEC; }
a { background-color: rgb(223,207,236); }
div.DivClassName
{
background-color: #DFCFEC;
}
.BgClassName
{
background-color: #DFCFEC;
}
</style>
border-color css
<style>
span { border-color: #DFCFEC; }
span { border-color: rgb(223,207,236); }
td.TdClassName
{
border-color: #DFCFEC;
}
.TagClassName
{
border-color: #DFCFEC;
}
</style>