Shades of Prim #DDDBDC
Tints of Prim #DDDBDC
RGB
CMYK
RGB Variations
Color information
#DDDBDC (or 0xDDDBDC) is known color: Prim. HEX triplet: DD, DB and DC. RGB value is (221,219,220). Sum of RGB (Red+Green+Blue) = 221+219+220=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBDC is #222423. Grayscale: #DBDBDB. Windows color (decimal): -2237476 or 14474205. OLE color: 14474205.
HSL color Cylindrical-coordinate representation of color #DDDBDC: hue angle of 330º degrees, saturation: 0.03, 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 #DDDBDC is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 220 | - |
CMYK | 0 | 0.01 | 0.00 | 0.13 |
HSL | 330º | 0.03% | 0.86% | - |
HSV(B) | 330º | 0.01% | 0.87% | - |
XYZ | 68.07 | 71.2 | 77.87 | - |
YUV | 219.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 220 | 0 | 0.01 | 0.00 | 0.13 | 330 | 0.03 | 0.86 |
Hex | DD | DB | DC | 0 | 1 | 0 | D | 14A | 3 | 56 |
Octal | 335 | 333 | 334 | 0 | 1 | 0 | 15 | 512 | 3 | 126 |
Binary | 11011101 | 11011011 | 11011100 | 0 | 1 | 0 | 1101 | 101001010 | 11 | 1010110 |
Color Harmonies of #DDDBDC
Complementary color
Monochromatic Colors of #DDDBDC
Black with #DDDBDC
Text Example
Text Example
White with #DDDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBDC; }
p { color: rgb(221,219,220); }
H1.HeaderClassName
{
color: #DDDBDC;
}
.AnyTagClassName
{
color: #DDDBDC;
}
</style>
background-color css
<style>
a { background-color: #DDDBDC; }
a { background-color: rgb(221,219,220); }
div.DivClassName
{
background-color: #DDDBDC;
}
.BgClassName
{
background-color: #DDDBDC;
}
</style>
border-color css
<style>
span { border-color: #DDDBDC; }
span { border-color: rgb(221,219,220); }
td.TdClassName
{
border-color: #DDDBDC;
}
.TagClassName
{
border-color: #DDDBDC;
}
</style>