Shades of Swiss Coffee #DDCFC9
Tints of Swiss Coffee #DDCFC9
RGB
CMYK
RGB Variations
Color information
#DDCFC9 (or 0xDDCFC9) is known color: Swiss Coffee. HEX triplet: DD, CF and C9. RGB value is (221,207,201). Sum of RGB (Red+Green+Blue) = 221+207+201=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFC9 is #223036. Grayscale: #D2D2D2. Windows color (decimal): -2240567 or 13225949. OLE color: 13225949.
HSL color Cylindrical-coordinate representation of color #DDCFC9: hue angle of 18º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCFC9 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 207 | 201 | - |
CMYK | 0 | 0.06 | 0.09 | 0.13 |
HSL | 18º | 0.23% | 0.83% | - |
HSV(B) | 18º | 0.09% | 0.87% | - |
XYZ | 62.67 | 64.21 | 64.35 | - |
YUV | 210.5 | 122.64 | 135.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 207 | 201 | 0 | 0.06 | 0.09 | 0.13 | 18 | 0.23 | 0.83 |
Hex | DD | CF | C9 | 0 | 6 | 9 | D | 12 | 17 | 53 |
Octal | 335 | 317 | 311 | 0 | 6 | 11 | 15 | 22 | 27 | 123 |
Binary | 11011101 | 11001111 | 11001001 | 0 | 110 | 1001 | 1101 | 10010 | 10111 | 1010011 |
Color Harmonies of #DDCFC9
Complementary color
Monochromatic Colors of #DDCFC9
Black with #DDCFC9
Text Example
Text Example
White with #DDCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFC9; }
p { color: rgb(221,207,201); }
H1.HeaderClassName
{
color: #DDCFC9;
}
.AnyTagClassName
{
color: #DDCFC9;
}
</style>
background-color css
<style>
a { background-color: #DDCFC9; }
a { background-color: rgb(221,207,201); }
div.DivClassName
{
background-color: #DDCFC9;
}
.BgClassName
{
background-color: #DDCFC9;
}
</style>
border-color css
<style>
span { border-color: #DDCFC9; }
span { border-color: rgb(221,207,201); }
td.TdClassName
{
border-color: #DDCFC9;
}
.TagClassName
{
border-color: #DDCFC9;
}
</style>