Shades of Blue Chalk #DFD6E2
Tints of Blue Chalk #DFD6E2
RGB
CMYK
RGB Variations
Color information
#DFD6E2 (or 0xDFD6E2) is known color: Blue Chalk. HEX triplet: DF, D6 and E2. RGB value is (223,214,226). Sum of RGB (Red+Green+Blue) = 223+214+226=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFD6E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6E2 is #20291D. Grayscale: #DADADA. Windows color (decimal): -2107678 or 14866143. OLE color: 14866143.
HSL color Cylindrical-coordinate representation of color #DFD6E2: hue angle of 285º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFD6E2 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 214 | 226 | - |
CMYK | 0.01 | 0.05 | 0 | 0.11 |
HSL | 285º | 0.17% | 0.86% | - |
HSV(B) | 285º | 0.05% | 0.89% | - |
XYZ | 68.21 | 69.27 | 81.73 | - |
YUV | 218.06 | 132.48 | 131.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 214 | 226 | 0.01 | 0.05 | 0 | 0.11 | 285 | 0.17 | 0.86 |
Hex | DF | D6 | E2 | 1 | 5 | 0 | B | 11D | 11 | 56 |
Octal | 337 | 326 | 342 | 1 | 5 | 0 | 13 | 435 | 21 | 126 |
Binary | 11011111 | 11010110 | 11100010 | 1 | 101 | 0 | 1011 | 100011101 | 10001 | 1010110 |
Color Harmonies of #DFD6E2
Complementary color
Monochromatic Colors of #DFD6E2
Black with #DFD6E2
Text Example
Text Example
White with #DFD6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6E2; }
p { color: rgb(223,214,226); }
H1.HeaderClassName
{
color: #DFD6E2;
}
.AnyTagClassName
{
color: #DFD6E2;
}
</style>
background-color css
<style>
a { background-color: #DFD6E2; }
a { background-color: rgb(223,214,226); }
div.DivClassName
{
background-color: #DFD6E2;
}
.BgClassName
{
background-color: #DFD6E2;
}
</style>
border-color css
<style>
span { border-color: #DFD6E2; }
span { border-color: rgb(223,214,226); }
td.TdClassName
{
border-color: #DFD6E2;
}
.TagClassName
{
border-color: #DFD6E2;
}
</style>