Shades of Prim #DFCDD4
Tints of Prim #DFCDD4
RGB
CMYK
RGB Variations
Color information
#DFCDD4 (or 0xDFCDD4) is known color: Prim. HEX triplet: DF, CD and D4. RGB value is (223,205,212). Sum of RGB (Red+Green+Blue) = 223+205+212=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDD4 is #20322B. Grayscale: #D3D3D3. Windows color (decimal): -2109996 or 13946335. OLE color: 13946335.
HSL color Cylindrical-coordinate representation of color #DFCDD4: hue angle of 336.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCDD4 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 205 | 212 | - |
CMYK | 0 | 0.08 | 0.05 | 0.13 |
HSL | 336.67º | 0.22% | 0.84% | - |
HSV(B) | 336.67º | 0.08% | 0.87% | - |
XYZ | 64.15 | 64.1 | 71.28 | - |
YUV | 211.18 | 128.46 | 136.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 205 | 212 | 0 | 0.08 | 0.05 | 0.13 | 336.67 | 0.22 | 0.84 |
Hex | DF | CD | D4 | 0 | 8 | 5 | D | 151 | 16 | 54 |
Octal | 337 | 315 | 324 | 0 | 10 | 5 | 15 | 521 | 26 | 124 |
Binary | 11011111 | 11001101 | 11010100 | 0 | 1000 | 101 | 1101 | 101010001 | 10110 | 1010100 |
Color Harmonies of #DFCDD4
Complementary color
Monochromatic Colors of #DFCDD4
Black with #DFCDD4
Text Example
Text Example
White with #DFCDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDD4; }
p { color: rgb(223,205,212); }
H1.HeaderClassName
{
color: #DFCDD4;
}
.AnyTagClassName
{
color: #DFCDD4;
}
</style>
background-color css
<style>
a { background-color: #DFCDD4; }
a { background-color: rgb(223,205,212); }
div.DivClassName
{
background-color: #DFCDD4;
}
.BgClassName
{
background-color: #DFCDD4;
}
</style>
border-color css
<style>
span { border-color: #DFCDD4; }
span { border-color: rgb(223,205,212); }
td.TdClassName
{
border-color: #DFCDD4;
}
.TagClassName
{
border-color: #DFCDD4;
}
</style>