Shades of Prim #DDCFD6
Tints of Prim #DDCFD6
RGB
CMYK
RGB Variations
Color information
#DDCFD6 (or 0xDDCFD6) is known color: Prim. HEX triplet: DD, CF and D6. RGB value is (221,207,214). Sum of RGB (Red+Green+Blue) = 221+207+214=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFD6 is #223029. Grayscale: #D3D3D3. Windows color (decimal): -2240554 or 14077917. OLE color: 14077917.
HSL color Cylindrical-coordinate representation of color #DDCFD6: hue angle of 330º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDCFD6 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 207 | 214 | - |
CMYK | 0 | 0.06 | 0.03 | 0.13 |
HSL | 330º | 0.17% | 0.84% | - |
HSV(B) | 330º | 0.06% | 0.87% | - |
XYZ | 64.27 | 64.85 | 72.75 | - |
YUV | 211.98 | 129.14 | 134.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 207 | 214 | 0 | 0.06 | 0.03 | 0.13 | 330 | 0.17 | 0.84 |
Hex | DD | CF | D6 | 0 | 6 | 3 | D | 14A | 11 | 54 |
Octal | 335 | 317 | 326 | 0 | 6 | 3 | 15 | 512 | 21 | 124 |
Binary | 11011101 | 11001111 | 11010110 | 0 | 110 | 11 | 1101 | 101001010 | 10001 | 1010100 |
Color Harmonies of #DDCFD6
Complementary color
Monochromatic Colors of #DDCFD6
Black with #DDCFD6
Text Example
Text Example
White with #DDCFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFD6; }
p { color: rgb(221,207,214); }
H1.HeaderClassName
{
color: #DDCFD6;
}
.AnyTagClassName
{
color: #DDCFD6;
}
</style>
background-color css
<style>
a { background-color: #DDCFD6; }
a { background-color: rgb(221,207,214); }
div.DivClassName
{
background-color: #DDCFD6;
}
.BgClassName
{
background-color: #DDCFD6;
}
</style>
border-color css
<style>
span { border-color: #DDCFD6; }
span { border-color: rgb(221,207,214); }
td.TdClassName
{
border-color: #DDCFD6;
}
.TagClassName
{
border-color: #DDCFD6;
}
</style>