Shades of Blue Chalk #DFD0E3
Tints of Blue Chalk #DFD0E3
RGB
CMYK
RGB Variations
Color information
#DFD0E3 (or 0xDFD0E3) is known color: Blue Chalk. HEX triplet: DF, D0 and E3. RGB value is (223,208,227). Sum of RGB (Red+Green+Blue) = 223+208+227=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFD0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0E3 is #202F1C. Grayscale: #D6D6D6. Windows color (decimal): -2109213 or 14930143. OLE color: 14930143.
HSL color Cylindrical-coordinate representation of color #DFD0E3: hue angle of 287.37º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD0E3 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 208 | 227 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.11 |
| HSL | 287.37º | 0.25% | 0.85% | - |
| HSV(B) | 287.37º | 0.08% | 0.89% | - |
| XYZ | 66.85 | 66.35 | 81.96 | - |
| YUV | 214.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 227 | 0.02 | 0.08 | 0 | 0.11 | 287.37 | 0.25 | 0.85 |
| Hex | DF | D0 | E3 | 2 | 8 | 0 | B | 11F | 19 | 55 |
| Octal | 337 | 320 | 343 | 2 | 10 | 0 | 13 | 437 | 31 | 125 |
| Binary | 11011111 | 11010000 | 11100011 | 10 | 1000 | 0 | 1011 | 100011111 | 11001 | 1010101 |
Color Harmonies of #DFD0E3
Complementary color
Monochromatic Colors of #DFD0E3
Black with #DFD0E3
Text Example
Text Example
White with #DFD0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0E3; }
p { color: rgb(223,208,227); }
H1.HeaderClassName
{
color: #DFD0E3;
}
.AnyTagClassName
{
color: #DFD0E3;
}
</style>
background-color css
<style>
a { background-color: #DFD0E3; }
a { background-color: rgb(223,208,227); }
div.DivClassName
{
background-color: #DFD0E3;
}
.BgClassName
{
background-color: #DFD0E3;
}
</style>
border-color css
<style>
span { border-color: #DFD0E3; }
span { border-color: rgb(223,208,227); }
td.TdClassName
{
border-color: #DFD0E3;
}
.TagClassName
{
border-color: #DFD0E3;
}
</style>