Shades of Prim #DFCED5
Tints of Prim #DFCED5
RGB
CMYK
RGB Variations
Color information
#DFCED5 (or 0xDFCED5) is known color: Prim. HEX triplet: DF, CE and D5. RGB value is (223,206,213). Sum of RGB (Red+Green+Blue) = 223+206+213=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCED5 is #20312A. Grayscale: #D3D3D3. Windows color (decimal): -2109739 or 14012127. OLE color: 14012127.
HSL color Cylindrical-coordinate representation of color #DFCED5: hue angle of 335.29º 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 #DFCED5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 206 | 213 | - |
CMYK | 0 | 0.08 | 0.04 | 0.13 |
HSL | 335.29º | 0.21% | 0.84% | - |
HSV(B) | 335.29º | 0.08% | 0.87% | - |
XYZ | 64.51 | 64.63 | 72.03 | - |
YUV | 211.88 | 128.63 | 135.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 206 | 213 | 0 | 0.08 | 0.04 | 0.13 | 335.29 | 0.21 | 0.84 |
Hex | DF | CE | D5 | 0 | 8 | 4 | D | 14F | 15 | 54 |
Octal | 337 | 316 | 325 | 0 | 10 | 4 | 15 | 517 | 25 | 124 |
Binary | 11011111 | 11001110 | 11010101 | 0 | 1000 | 100 | 1101 | 101001111 | 10101 | 1010100 |
Color Harmonies of #DFCED5
Complementary color
Monochromatic Colors of #DFCED5
Black with #DFCED5
Text Example
Text Example
White with #DFCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCED5; }
p { color: rgb(223,206,213); }
H1.HeaderClassName
{
color: #DFCED5;
}
.AnyTagClassName
{
color: #DFCED5;
}
</style>
background-color css
<style>
a { background-color: #DFCED5; }
a { background-color: rgb(223,206,213); }
div.DivClassName
{
background-color: #DFCED5;
}
.BgClassName
{
background-color: #DFCED5;
}
</style>
border-color css
<style>
span { border-color: #DFCED5; }
span { border-color: rgb(223,206,213); }
td.TdClassName
{
border-color: #DFCED5;
}
.TagClassName
{
border-color: #DFCED5;
}
</style>