Shades of Prim #DFCED1
Tints of Prim #DFCED1
RGB
CMYK
RGB Variations
Color information
#DFCED1 (or 0xDFCED1) is known color: Prim. HEX triplet: DF, CE and D1. RGB value is (223,206,209). Sum of RGB (Red+Green+Blue) = 223+206+209=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCED1 is #20312E. Grayscale: #D3D3D3. Windows color (decimal): -2109743 or 13749983. OLE color: 13749983.
HSL color Cylindrical-coordinate representation of color #DFCED1: hue angle of 349.41º degrees, saturation: 0.21, 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 #DFCED1 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 209 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.13 |
| HSL | 349.41º | 0.21% | 0.84% | - |
| HSV(B) | 349.41º | 0.08% | 0.87% | - |
| XYZ | 64.01 | 64.43 | 69.38 | - |
| YUV | 211.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 209 | 0 | 0.08 | 0.06 | 0.13 | 349.41 | 0.21 | 0.84 |
| Hex | DF | CE | D1 | 0 | 8 | 6 | D | 15D | 15 | 54 |
| Octal | 337 | 316 | 321 | 0 | 10 | 6 | 15 | 535 | 25 | 124 |
| Binary | 11011111 | 11001110 | 11010001 | 0 | 1000 | 110 | 1101 | 101011101 | 10101 | 1010100 |
Color Harmonies of #DFCED1
Complementary color
Monochromatic Colors of #DFCED1
Black with #DFCED1
Text Example
Text Example
White with #DFCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCED1; }
p { color: rgb(223,206,209); }
H1.HeaderClassName
{
color: #DFCED1;
}
.AnyTagClassName
{
color: #DFCED1;
}
</style>
background-color css
<style>
a { background-color: #DFCED1; }
a { background-color: rgb(223,206,209); }
div.DivClassName
{
background-color: #DFCED1;
}
.BgClassName
{
background-color: #DFCED1;
}
</style>
border-color css
<style>
span { border-color: #DFCED1; }
span { border-color: rgb(223,206,209); }
td.TdClassName
{
border-color: #DFCED1;
}
.TagClassName
{
border-color: #DFCED1;
}
</style>