Shades of Prim #DDDADC
Tints of Prim #DDDADC
RGB
CMYK
RGB Variations
Color information
#DDDADC (or 0xDDDADC) is known color: Prim. HEX triplet: DD, DA and DC. RGB value is (221,218,220). Sum of RGB (Red+Green+Blue) = 221+218+220=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDADC is #222523. Grayscale: #DBDBDB. Windows color (decimal): -2237732 or 14473949. OLE color: 14473949.
HSL color Cylindrical-coordinate representation of color #DDDADC: hue angle of 320º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDADC is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 220 | - |
CMYK | 0 | 0.01 | 0.00 | 0.13 |
HSL | 320º | 0.04% | 0.86% | - |
HSV(B) | 320º | 0.01% | 0.87% | - |
XYZ | 67.81 | 70.68 | 77.78 | - |
YUV | 219.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 220 | 0 | 0.01 | 0.00 | 0.13 | 320 | 0.04 | 0.86 |
Hex | DD | DA | DC | 0 | 1 | 0 | D | 140 | 4 | 56 |
Octal | 335 | 332 | 334 | 0 | 1 | 0 | 15 | 500 | 4 | 126 |
Binary | 11011101 | 11011010 | 11011100 | 0 | 1 | 0 | 1101 | 101000000 | 100 | 1010110 |
Color Harmonies of #DDDADC
Complementary color
Monochromatic Colors of #DDDADC
Black with #DDDADC
Text Example
Text Example
White with #DDDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDADC; }
p { color: rgb(221,218,220); }
H1.HeaderClassName
{
color: #DDDADC;
}
.AnyTagClassName
{
color: #DDDADC;
}
</style>
background-color css
<style>
a { background-color: #DDDADC; }
a { background-color: rgb(221,218,220); }
div.DivClassName
{
background-color: #DDDADC;
}
.BgClassName
{
background-color: #DDDADC;
}
</style>
border-color css
<style>
span { border-color: #DDDADC; }
span { border-color: rgb(221,218,220); }
td.TdClassName
{
border-color: #DDDADC;
}
.TagClassName
{
border-color: #DDDADC;
}
</style>