Shades of Prim #DDD4DA
Tints of Prim #DDD4DA
RGB
CMYK
RGB Variations
Color information
#DDD4DA (or 0xDDD4DA) is known color: Prim. HEX triplet: DD, D4 and DA. RGB value is (221,212,218). Sum of RGB (Red+Green+Blue) = 221+212+218=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4DA is #222B25. Grayscale: #D7D7D7. Windows color (decimal): -2239270 or 14341341. OLE color: 14341341.
HSL color Cylindrical-coordinate representation of color #DDD4DA: hue angle of 320º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDD4DA is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 212 | 218 | - |
CMYK | 0 | 0.04 | 0.01 | 0.13 |
HSL | 320º | 0.12% | 0.85% | - |
HSV(B) | 320º | 0.04% | 0.87% | - |
XYZ | 66.02 | 67.52 | 75.88 | - |
YUV | 215.38 | 129.48 | 132.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 218 | 0 | 0.04 | 0.01 | 0.13 | 320 | 0.12 | 0.85 |
Hex | DD | D4 | DA | 0 | 4 | 1 | D | 140 | C | 55 |
Octal | 335 | 324 | 332 | 0 | 4 | 1 | 15 | 500 | 14 | 125 |
Binary | 11011101 | 11010100 | 11011010 | 0 | 100 | 1 | 1101 | 101000000 | 1100 | 1010101 |
Color Harmonies of #DDD4DA
Complementary color
Monochromatic Colors of #DDD4DA
Black with #DDD4DA
Text Example
Text Example
White with #DDD4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4DA; }
p { color: rgb(221,212,218); }
H1.HeaderClassName
{
color: #DDD4DA;
}
.AnyTagClassName
{
color: #DDD4DA;
}
</style>
background-color css
<style>
a { background-color: #DDD4DA; }
a { background-color: rgb(221,212,218); }
div.DivClassName
{
background-color: #DDD4DA;
}
.BgClassName
{
background-color: #DDD4DA;
}
</style>
border-color css
<style>
span { border-color: #DDD4DA; }
span { border-color: rgb(221,212,218); }
td.TdClassName
{
border-color: #DDD4DA;
}
.TagClassName
{
border-color: #DDD4DA;
}
</style>