Shades of Blue Chalk #DFD1E4
Tints of Blue Chalk #DFD1E4
RGB
CMYK
RGB Variations
Color information
#DFD1E4 (or 0xDFD1E4) is known color: Blue Chalk. HEX triplet: DF, D1 and E4. RGB value is (223,209,228). Sum of RGB (Red+Green+Blue) = 223+209+228=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFD1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1E4 is #202E1B. Grayscale: #D7D7D7. Windows color (decimal): -2108956 or 14995935. OLE color: 14995935.
HSL color Cylindrical-coordinate representation of color #DFD1E4: hue angle of 284.21º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD1E4 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 209 | 228 | - |
CMYK | 0.02 | 0.08 | 0 | 0.11 |
HSL | 284.21º | 0.26% | 0.86% | - |
HSV(B) | 284.21º | 0.08% | 0.89% | - |
XYZ | 67.24 | 66.89 | 82.77 | - |
YUV | 215.35 | 135.14 | 133.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 209 | 228 | 0.02 | 0.08 | 0 | 0.11 | 284.21 | 0.26 | 0.86 |
Hex | DF | D1 | E4 | 2 | 8 | 0 | B | 11C | 1A | 56 |
Octal | 337 | 321 | 344 | 2 | 10 | 0 | 13 | 434 | 32 | 126 |
Binary | 11011111 | 11010001 | 11100100 | 10 | 1000 | 0 | 1011 | 100011100 | 11010 | 1010110 |
Color Harmonies of #DFD1E4
Complementary color
Monochromatic Colors of #DFD1E4
Black with #DFD1E4
Text Example
Text Example
White with #DFD1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1E4; }
p { color: rgb(223,209,228); }
H1.HeaderClassName
{
color: #DFD1E4;
}
.AnyTagClassName
{
color: #DFD1E4;
}
</style>
background-color css
<style>
a { background-color: #DFD1E4; }
a { background-color: rgb(223,209,228); }
div.DivClassName
{
background-color: #DFD1E4;
}
.BgClassName
{
background-color: #DFD1E4;
}
</style>
border-color css
<style>
span { border-color: #DFD1E4; }
span { border-color: rgb(223,209,228); }
td.TdClassName
{
border-color: #DFD1E4;
}
.TagClassName
{
border-color: #DFD1E4;
}
</style>