Shades of Prim #DDCCD3
Tints of Prim #DDCCD3
RGB
CMYK
RGB Variations
Color information
#DDCCD3 (or 0xDDCCD3) is known color: Prim. HEX triplet: DD, CC and D3. RGB value is (221,204,211). Sum of RGB (Red+Green+Blue) = 221+204+211=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD3 is #22332C. Grayscale: #D1D1D1. Windows color (decimal): -2241325 or 13880541. OLE color: 13880541.
HSL color Cylindrical-coordinate representation of color #DDCCD3: hue angle of 335.29º 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 #DDCCD3 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 211 | - |
CMYK | 0 | 0.08 | 0.05 | 0.13 |
HSL | 335.29º | 0.2% | 0.83% | - |
HSV(B) | 335.29º | 0.08% | 0.87% | - |
XYZ | 63.17 | 63.26 | 70.51 | - |
YUV | 209.88 | 128.63 | 135.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 211 | 0 | 0.08 | 0.05 | 0.13 | 335.29 | 0.2 | 0.83 |
Hex | DD | CC | D3 | 0 | 8 | 5 | D | 14F | 14 | 53 |
Octal | 335 | 314 | 323 | 0 | 10 | 5 | 15 | 517 | 24 | 123 |
Binary | 11011101 | 11001100 | 11010011 | 0 | 1000 | 101 | 1101 | 101001111 | 10100 | 1010011 |
Color Harmonies of #DDCCD3
Complementary color
Monochromatic Colors of #DDCCD3
Black with #DDCCD3
Text Example
Text Example
White with #DDCCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCD3; }
p { color: rgb(221,204,211); }
H1.HeaderClassName
{
color: #DDCCD3;
}
.AnyTagClassName
{
color: #DDCCD3;
}
</style>
background-color css
<style>
a { background-color: #DDCCD3; }
a { background-color: rgb(221,204,211); }
div.DivClassName
{
background-color: #DDCCD3;
}
.BgClassName
{
background-color: #DDCCD3;
}
</style>
border-color css
<style>
span { border-color: #DDCCD3; }
span { border-color: rgb(221,204,211); }
td.TdClassName
{
border-color: #DDCCD3;
}
.TagClassName
{
border-color: #DDCCD3;
}
</style>