Shades of Blue Chalk #DFD2E4
Tints of Blue Chalk #DFD2E4
RGB
CMYK
RGB Variations
Color information
#DFD2E4 (or 0xDFD2E4) is known color: Blue Chalk. HEX triplet: DF, D2 and E4. RGB value is (223,210,228). Sum of RGB (Red+Green+Blue) = 223+210+228=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFD2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2E4 is #202D1B. Grayscale: #D7D7D7. Windows color (decimal): -2108700 or 14996191. OLE color: 14996191.
HSL color Cylindrical-coordinate representation of color #DFD2E4: hue angle of 283.33º degrees, saturation: 0.25, 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 #DFD2E4 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 210 | 228 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.11 |
| HSL | 283.33º | 0.25% | 0.86% | - |
| HSV(B) | 283.33º | 0.08% | 0.89% | - |
| XYZ | 67.48 | 67.38 | 82.85 | - |
| YUV | 215.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 228 | 0.02 | 0.08 | 0 | 0.11 | 283.33 | 0.25 | 0.86 |
| Hex | DF | D2 | E4 | 2 | 8 | 0 | B | 11B | 19 | 56 |
| Octal | 337 | 322 | 344 | 2 | 10 | 0 | 13 | 433 | 31 | 126 |
| Binary | 11011111 | 11010010 | 11100100 | 10 | 1000 | 0 | 1011 | 100011011 | 11001 | 1010110 |
Color Harmonies of #DFD2E4
Complementary color
Monochromatic Colors of #DFD2E4
Black with #DFD2E4
Text Example
Text Example
White with #DFD2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2E4; }
p { color: rgb(223,210,228); }
H1.HeaderClassName
{
color: #DFD2E4;
}
.AnyTagClassName
{
color: #DFD2E4;
}
</style>
background-color css
<style>
a { background-color: #DFD2E4; }
a { background-color: rgb(223,210,228); }
div.DivClassName
{
background-color: #DFD2E4;
}
.BgClassName
{
background-color: #DFD2E4;
}
</style>
border-color css
<style>
span { border-color: #DFD2E4; }
span { border-color: rgb(223,210,228); }
td.TdClassName
{
border-color: #DFD2E4;
}
.TagClassName
{
border-color: #DFD2E4;
}
</style>