Shades of Prim #DDCED6
Tints of Prim #DDCED6
RGB
CMYK
RGB Variations
Color information
#DDCED6 (or 0xDDCED6) is known color: Prim. HEX triplet: DD, CE and D6. RGB value is (221,206,214). Sum of RGB (Red+Green+Blue) = 221+206+214=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCED6 is #223129. Grayscale: #D3D3D3. Windows color (decimal): -2240810 or 14077661. OLE color: 14077661.
HSL color Cylindrical-coordinate representation of color #DDCED6: hue angle of 328º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCED6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 214 | - |
CMYK | 0 | 0.07 | 0.03 | 0.13 |
HSL | 328º | 0.18% | 0.84% | - |
HSV(B) | 328º | 0.07% | 0.87% | - |
XYZ | 64.03 | 64.37 | 72.67 | - |
YUV | 211.4 | 129.47 | 134.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 214 | 0 | 0.07 | 0.03 | 0.13 | 328 | 0.18 | 0.84 |
Hex | DD | CE | D6 | 0 | 7 | 3 | D | 148 | 12 | 54 |
Octal | 335 | 316 | 326 | 0 | 7 | 3 | 15 | 510 | 22 | 124 |
Binary | 11011101 | 11001110 | 11010110 | 0 | 111 | 11 | 1101 | 101001000 | 10010 | 1010100 |
Color Harmonies of #DDCED6
Complementary color
Monochromatic Colors of #DDCED6
Black with #DDCED6
Text Example
Text Example
White with #DDCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCED6; }
p { color: rgb(221,206,214); }
H1.HeaderClassName
{
color: #DDCED6;
}
.AnyTagClassName
{
color: #DDCED6;
}
</style>
background-color css
<style>
a { background-color: #DDCED6; }
a { background-color: rgb(221,206,214); }
div.DivClassName
{
background-color: #DDCED6;
}
.BgClassName
{
background-color: #DDCED6;
}
</style>
border-color css
<style>
span { border-color: #DDCED6; }
span { border-color: rgb(221,206,214); }
td.TdClassName
{
border-color: #DDCED6;
}
.TagClassName
{
border-color: #DDCED6;
}
</style>