Shades of Prim #DFD2D5
Tints of Prim #DFD2D5
RGB
CMYK
RGB Variations
Color information
#DFD2D5 (or 0xDFD2D5) is known color: Prim. HEX triplet: DF, D2 and D5. RGB value is (223,210,213). Sum of RGB (Red+Green+Blue) = 223+210+213=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2D5 is #202D2A. Grayscale: #D6D6D6. Windows color (decimal): -2108715 or 14013151. OLE color: 14013151.
HSL color Cylindrical-coordinate representation of color #DFD2D5: hue angle of 346.15º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFD2D5 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 210 | 213 | - |
CMYK | 0 | 0.06 | 0.04 | 0.13 |
HSL | 346.15º | 0.17% | 0.85% | - |
HSV(B) | 346.15º | 0.06% | 0.87% | - |
XYZ | 65.49 | 66.59 | 72.35 | - |
YUV | 214.23 | 127.31 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 210 | 213 | 0 | 0.06 | 0.04 | 0.13 | 346.15 | 0.17 | 0.85 |
Hex | DF | D2 | D5 | 0 | 6 | 4 | D | 15A | 11 | 55 |
Octal | 337 | 322 | 325 | 0 | 6 | 4 | 15 | 532 | 21 | 125 |
Binary | 11011111 | 11010010 | 11010101 | 0 | 110 | 100 | 1101 | 101011010 | 10001 | 1010101 |
Color Harmonies of #DFD2D5
Complementary color
Monochromatic Colors of #DFD2D5
Black with #DFD2D5
Text Example
Text Example
White with #DFD2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2D5; }
p { color: rgb(223,210,213); }
H1.HeaderClassName
{
color: #DFD2D5;
}
.AnyTagClassName
{
color: #DFD2D5;
}
</style>
background-color css
<style>
a { background-color: #DFD2D5; }
a { background-color: rgb(223,210,213); }
div.DivClassName
{
background-color: #DFD2D5;
}
.BgClassName
{
background-color: #DFD2D5;
}
</style>
border-color css
<style>
span { border-color: #DFD2D5; }
span { border-color: rgb(223,210,213); }
td.TdClassName
{
border-color: #DFD2D5;
}
.TagClassName
{
border-color: #DFD2D5;
}
</style>