Shades of Blue Chalk #DFCDEC
Tints of Blue Chalk #DFCDEC
RGB
CMYK
RGB Variations
Color information
#DFCDEC (or 0xDFCDEC) is known color: Blue Chalk. HEX triplet: DF, CD and EC. RGB value is (223,205,236). Sum of RGB (Red+Green+Blue) = 223+205+236=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFCDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDEC is #203213. Grayscale: #D5D5D5. Windows color (decimal): -2109972 or 15519199. OLE color: 15519199.
HSL color Cylindrical-coordinate representation of color #DFCDEC: hue angle of 274.84º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFCDEC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 205 | 236 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.07 |
| HSL | 274.84º | 0.45% | 0.86% | - |
| HSV(B) | 274.84º | 0.13% | 0.93% | - |
| XYZ | 67.4 | 65.41 | 88.43 | - |
| YUV | 213.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 236 | 0.06 | 0.13 | 0 | 0.07 | 274.84 | 0.45 | 0.86 |
| Hex | DF | CD | EC | 6 | D | 0 | 7 | 113 | 2D | 56 |
| Octal | 337 | 315 | 354 | 6 | 15 | 0 | 7 | 423 | 55 | 126 |
| Binary | 11011111 | 11001101 | 11101100 | 110 | 1101 | 0 | 111 | 100010011 | 101101 | 1010110 |
Color Harmonies of #DFCDEC
Complementary color
Monochromatic Colors of #DFCDEC
Black with #DFCDEC
Text Example
Text Example
White with #DFCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDEC; }
p { color: rgb(223,205,236); }
H1.HeaderClassName
{
color: #DFCDEC;
}
.AnyTagClassName
{
color: #DFCDEC;
}
</style>
background-color css
<style>
a { background-color: #DFCDEC; }
a { background-color: rgb(223,205,236); }
div.DivClassName
{
background-color: #DFCDEC;
}
.BgClassName
{
background-color: #DFCDEC;
}
</style>
border-color css
<style>
span { border-color: #DFCDEC; }
span { border-color: rgb(223,205,236); }
td.TdClassName
{
border-color: #DFCDEC;
}
.TagClassName
{
border-color: #DFCDEC;
}
</style>