Shades of Blue Chalk #DFBFEC
Tints of Blue Chalk #DFBFEC
RGB
CMYK
RGB Variations
Color information
#DFBFEC (or 0xDFBFEC) is known color: Blue Chalk. HEX triplet: DF, BF and EC. RGB value is (223,191,236). Sum of RGB (Red+Green+Blue) = 223+191+236=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFEC is #204013. Grayscale: #CDCDCD. Windows color (decimal): -2113556 or 15515615. OLE color: 15515615.
HSL color Cylindrical-coordinate representation of color #DFBFEC: hue angle of 282.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFBFEC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 191 | 236 | - |
CMYK | 0.06 | 0.19 | 0 | 0.07 |
HSL | 282.67º | 0.54% | 0.84% | - |
HSV(B) | 282.67º | 0.19% | 0.93% | - |
XYZ | 64.2 | 59.01 | 87.36 | - |
YUV | 205.7 | 145.1 | 140.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 236 | 0.06 | 0.19 | 0 | 0.07 | 282.67 | 0.54 | 0.84 |
Hex | DF | BF | EC | 6 | 13 | 0 | 7 | 11B | 36 | 54 |
Octal | 337 | 277 | 354 | 6 | 23 | 0 | 7 | 433 | 66 | 124 |
Binary | 11011111 | 10111111 | 11101100 | 110 | 10011 | 0 | 111 | 100011011 | 110110 | 1010100 |
Color Harmonies of #DFBFEC
Complementary color
Monochromatic Colors of #DFBFEC
Black with #DFBFEC
Text Example
Text Example
White with #DFBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFEC; }
p { color: rgb(223,191,236); }
H1.HeaderClassName
{
color: #DFBFEC;
}
.AnyTagClassName
{
color: #DFBFEC;
}
</style>
background-color css
<style>
a { background-color: #DFBFEC; }
a { background-color: rgb(223,191,236); }
div.DivClassName
{
background-color: #DFBFEC;
}
.BgClassName
{
background-color: #DFBFEC;
}
</style>
border-color css
<style>
span { border-color: #DFBFEC; }
span { border-color: rgb(223,191,236); }
td.TdClassName
{
border-color: #DFBFEC;
}
.TagClassName
{
border-color: #DFBFEC;
}
</style>