Shades of Prim #DFDDDE
Tints of Prim #DFDDDE
RGB
CMYK
RGB Variations
Color information
#DFDDDE (or 0xDFDDDE) is known color: Prim. HEX triplet: DF, DD and DE. RGB value is (223,221,222). Sum of RGB (Red+Green+Blue) = 223+221+222=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDDE is #202221. Grayscale: #DDDDDD. Windows color (decimal): -2105890 or 14605791. OLE color: 14605791.
HSL color Cylindrical-coordinate representation of color #DFDDDE: hue angle of 330º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFDDDE is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 222 | - |
CMYK | 0 | 0.01 | 0.00 | 0.13 |
HSL | 330º | 0.03% | 0.87% | - |
HSV(B) | 330º | 0.01% | 0.87% | - |
XYZ | 69.47 | 72.67 | 79.47 | - |
YUV | 221.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 222 | 0 | 0.01 | 0.00 | 0.13 | 330 | 0.03 | 0.87 |
Hex | DF | DD | DE | 0 | 1 | 0 | D | 14A | 3 | 57 |
Octal | 337 | 335 | 336 | 0 | 1 | 0 | 15 | 512 | 3 | 127 |
Binary | 11011111 | 11011101 | 11011110 | 0 | 1 | 0 | 1101 | 101001010 | 11 | 1010111 |
Color Harmonies of #DFDDDE
Complementary color
Monochromatic Colors of #DFDDDE
Black with #DFDDDE
Text Example
Text Example
White with #DFDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDDE; }
p { color: rgb(223,221,222); }
H1.HeaderClassName
{
color: #DFDDDE;
}
.AnyTagClassName
{
color: #DFDDDE;
}
</style>
background-color css
<style>
a { background-color: #DFDDDE; }
a { background-color: rgb(223,221,222); }
div.DivClassName
{
background-color: #DFDDDE;
}
.BgClassName
{
background-color: #DFDDDE;
}
</style>
border-color css
<style>
span { border-color: #DFDDDE; }
span { border-color: rgb(223,221,222); }
td.TdClassName
{
border-color: #DFDDDE;
}
.TagClassName
{
border-color: #DFDDDE;
}
</style>