Shades of Prim #DDD1D3
Tints of Prim #DDD1D3
RGB
CMYK
RGB Variations
Color information
#DDD1D3 (or 0xDDD1D3) is known color: Prim. HEX triplet: DD, D1 and D3. RGB value is (221,209,211). Sum of RGB (Red+Green+Blue) = 221+209+211=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1D3 is #222E2C. Grayscale: #D4D4D4. Windows color (decimal): -2240045 or 13881821. OLE color: 13881821.
HSL color Cylindrical-coordinate representation of color #DDD1D3: hue angle of 350º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD1D3 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 211 | - |
CMYK | 0 | 0.05 | 0.05 | 0.13 |
HSL | 350º | 0.15% | 0.84% | - |
HSV(B) | 350º | 0.05% | 0.87% | - |
XYZ | 64.38 | 65.68 | 70.91 | - |
YUV | 212.82 | 126.98 | 133.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 211 | 0 | 0.05 | 0.05 | 0.13 | 350 | 0.15 | 0.84 |
Hex | DD | D1 | D3 | 0 | 5 | 5 | D | 15E | F | 54 |
Octal | 335 | 321 | 323 | 0 | 5 | 5 | 15 | 536 | 17 | 124 |
Binary | 11011101 | 11010001 | 11010011 | 0 | 101 | 101 | 1101 | 101011110 | 1111 | 1010100 |
Color Harmonies of #DDD1D3
Complementary color
Monochromatic Colors of #DDD1D3
Black with #DDD1D3
Text Example
Text Example
White with #DDD1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1D3; }
p { color: rgb(221,209,211); }
H1.HeaderClassName
{
color: #DDD1D3;
}
.AnyTagClassName
{
color: #DDD1D3;
}
</style>
background-color css
<style>
a { background-color: #DDD1D3; }
a { background-color: rgb(221,209,211); }
div.DivClassName
{
background-color: #DDD1D3;
}
.BgClassName
{
background-color: #DDD1D3;
}
</style>
border-color css
<style>
span { border-color: #DDD1D3; }
span { border-color: rgb(221,209,211); }
td.TdClassName
{
border-color: #DDD1D3;
}
.TagClassName
{
border-color: #DDD1D3;
}
</style>