Shades of Prim #DFCCD2
Tints of Prim #DFCCD2
RGB
CMYK
RGB Variations
Color information
#DFCCD2 (or 0xDFCCD2) is known color: Prim. HEX triplet: DF, CC and D2. RGB value is (223,204,210). Sum of RGB (Red+Green+Blue) = 223+204+210=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCD2 is #20332D. Grayscale: #D2D2D2. Windows color (decimal): -2110254 or 13815007. OLE color: 13815007.
HSL color Cylindrical-coordinate representation of color #DFCCD2: hue angle of 341.05º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCCD2 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 210 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.13 |
| HSL | 341.05º | 0.23% | 0.84% | - |
| HSV(B) | 341.05º | 0.09% | 0.87% | - |
| XYZ | 63.66 | 63.53 | 69.88 | - |
| YUV | 210.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 210 | 0 | 0.09 | 0.06 | 0.13 | 341.05 | 0.23 | 0.84 |
| Hex | DF | CC | D2 | 0 | 9 | 6 | D | 155 | 17 | 54 |
| Octal | 337 | 314 | 322 | 0 | 11 | 6 | 15 | 525 | 27 | 124 |
| Binary | 11011111 | 11001100 | 11010010 | 0 | 1001 | 110 | 1101 | 101010101 | 10111 | 1010100 |
Color Harmonies of #DFCCD2
Complementary color
Monochromatic Colors of #DFCCD2
Black with #DFCCD2
Text Example
Text Example
White with #DFCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCD2; }
p { color: rgb(223,204,210); }
H1.HeaderClassName
{
color: #DFCCD2;
}
.AnyTagClassName
{
color: #DFCCD2;
}
</style>
background-color css
<style>
a { background-color: #DFCCD2; }
a { background-color: rgb(223,204,210); }
div.DivClassName
{
background-color: #DFCCD2;
}
.BgClassName
{
background-color: #DFCCD2;
}
</style>
border-color css
<style>
span { border-color: #DFCCD2; }
span { border-color: rgb(223,204,210); }
td.TdClassName
{
border-color: #DFCCD2;
}
.TagClassName
{
border-color: #DFCCD2;
}
</style>