Shades of Blue Chalk #DFCDE6
Tints of Blue Chalk #DFCDE6
RGB
CMYK
RGB Variations
Color information
#DFCDE6 (or 0xDFCDE6) is known color: Blue Chalk. HEX triplet: DF, CD and E6. RGB value is (223,205,230). Sum of RGB (Red+Green+Blue) = 223+205+230=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFCDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDE6 is #203219. Grayscale: #D5D5D5. Windows color (decimal): -2109978 or 15125983. OLE color: 15125983.
HSL color Cylindrical-coordinate representation of color #DFCDE6: hue angle of 283.2º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCDE6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 205 | 230 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.10 |
| HSL | 283.2º | 0.33% | 0.85% | - |
| HSV(B) | 283.2º | 0.11% | 0.9% | - |
| XYZ | 66.55 | 65.06 | 83.91 | - |
| YUV | 213.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 230 | 0.03 | 0.11 | 0 | 0.10 | 283.2 | 0.33 | 0.85 |
| Hex | DF | CD | E6 | 3 | B | 0 | A | 11B | 21 | 55 |
| Octal | 337 | 315 | 346 | 3 | 13 | 0 | 12 | 433 | 41 | 125 |
| Binary | 11011111 | 11001101 | 11100110 | 11 | 1011 | 0 | 1010 | 100011011 | 100001 | 1010101 |
Color Harmonies of #DFCDE6
Complementary color
Monochromatic Colors of #DFCDE6
Black with #DFCDE6
Text Example
Text Example
White with #DFCDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDE6; }
p { color: rgb(223,205,230); }
H1.HeaderClassName
{
color: #DFCDE6;
}
.AnyTagClassName
{
color: #DFCDE6;
}
</style>
background-color css
<style>
a { background-color: #DFCDE6; }
a { background-color: rgb(223,205,230); }
div.DivClassName
{
background-color: #DFCDE6;
}
.BgClassName
{
background-color: #DFCDE6;
}
</style>
border-color css
<style>
span { border-color: #DFCDE6; }
span { border-color: rgb(223,205,230); }
td.TdClassName
{
border-color: #DFCDE6;
}
.TagClassName
{
border-color: #DFCDE6;
}
</style>