Shades of Blue Chalk #DFD1E6
Tints of Blue Chalk #DFD1E6
RGB
CMYK
RGB Variations
Color information
#DFD1E6 (or 0xDFD1E6) is known color: Blue Chalk. HEX triplet: DF, D1 and E6. RGB value is (223,209,230). Sum of RGB (Red+Green+Blue) = 223+209+230=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFD1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD1E6 is #202E19. Grayscale: #D7D7D7. Windows color (decimal): -2108954 or 15127007. OLE color: 15127007.
HSL color Cylindrical-coordinate representation of color #DFD1E6: hue angle of 280º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD1E6 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 209 | 230 | - |
CMYK | 0.03 | 0.09 | 0 | 0.10 |
HSL | 280º | 0.3% | 0.86% | - |
HSV(B) | 280º | 0.09% | 0.9% | - |
XYZ | 67.51 | 67 | 84.24 | - |
YUV | 215.58 | 136.14 | 133.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 209 | 230 | 0.03 | 0.09 | 0 | 0.10 | 280 | 0.3 | 0.86 |
Hex | DF | D1 | E6 | 3 | 9 | 0 | A | 118 | 1E | 56 |
Octal | 337 | 321 | 346 | 3 | 11 | 0 | 12 | 430 | 36 | 126 |
Binary | 11011111 | 11010001 | 11100110 | 11 | 1001 | 0 | 1010 | 100011000 | 11110 | 1010110 |
Color Harmonies of #DFD1E6
Complementary color
Monochromatic Colors of #DFD1E6
Black with #DFD1E6
Text Example
Text Example
White with #DFD1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1E6; }
p { color: rgb(223,209,230); }
H1.HeaderClassName
{
color: #DFD1E6;
}
.AnyTagClassName
{
color: #DFD1E6;
}
</style>
background-color css
<style>
a { background-color: #DFD1E6; }
a { background-color: rgb(223,209,230); }
div.DivClassName
{
background-color: #DFD1E6;
}
.BgClassName
{
background-color: #DFD1E6;
}
</style>
border-color css
<style>
span { border-color: #DFD1E6; }
span { border-color: rgb(223,209,230); }
td.TdClassName
{
border-color: #DFD1E6;
}
.TagClassName
{
border-color: #DFD1E6;
}
</style>