Shades of Prim #DDCCD0
Tints of Prim #DDCCD0
RGB
CMYK
RGB Variations
Color information
#DDCCD0 (or 0xDDCCD0) is known color: Prim. HEX triplet: DD, CC and D0. RGB value is (221,204,208). Sum of RGB (Red+Green+Blue) = 221+204+208=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD0 is #22332F. Grayscale: #D1D1D1. Windows color (decimal): -2241328 or 13683933. OLE color: 13683933.
HSL color Cylindrical-coordinate representation of color #DDCCD0: hue angle of 345.88º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCCD0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 208 | - |
CMYK | 0 | 0.08 | 0.06 | 0.13 |
HSL | 345.88º | 0.2% | 0.83% | - |
HSV(B) | 345.88º | 0.08% | 0.87% | - |
XYZ | 62.8 | 63.11 | 68.55 | - |
YUV | 209.54 | 127.13 | 136.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 208 | 0 | 0.08 | 0.06 | 0.13 | 345.88 | 0.2 | 0.83 |
Hex | DD | CC | D0 | 0 | 8 | 6 | D | 15A | 14 | 53 |
Octal | 335 | 314 | 320 | 0 | 10 | 6 | 15 | 532 | 24 | 123 |
Binary | 11011101 | 11001100 | 11010000 | 0 | 1000 | 110 | 1101 | 101011010 | 10100 | 1010011 |
Color Harmonies of #DDCCD0
Complementary color
Monochromatic Colors of #DDCCD0
Black with #DDCCD0
Text Example
Text Example
White with #DDCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCD0; }
p { color: rgb(221,204,208); }
H1.HeaderClassName
{
color: #DDCCD0;
}
.AnyTagClassName
{
color: #DDCCD0;
}
</style>
background-color css
<style>
a { background-color: #DDCCD0; }
a { background-color: rgb(221,204,208); }
div.DivClassName
{
background-color: #DDCCD0;
}
.BgClassName
{
background-color: #DDCCD0;
}
</style>
border-color css
<style>
span { border-color: #DDCCD0; }
span { border-color: rgb(221,204,208); }
td.TdClassName
{
border-color: #DDCCD0;
}
.TagClassName
{
border-color: #DDCCD0;
}
</style>