Shades of Feta #DDDFD8
Tints of Feta #DDDFD8
RGB
CMYK
RGB Variations
Color information
#DDDFD8 (or 0xDDDFD8) is known color: Feta. HEX triplet: DD, DF and D8. RGB value is (221,223,216). Sum of RGB (Red+Green+Blue) = 221+223+216=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFD8 is #222027. Grayscale: #DDDDDD. Windows color (decimal): -2236456 or 14213085. OLE color: 14213085.
HSL color Cylindrical-coordinate representation of color #DDDFD8: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDFD8 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 216 | - |
CMYK | 0.01 | 0 | 0.03 | 0.13 |
HSL | 77.14º | 0.1% | 0.86% | - |
HSV(B) | 77.14º | 0.03% | 0.87% | - |
XYZ | 68.6 | 73.11 | 75.46 | - |
YUV | 221.6 | 124.84 | 127.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 216 | 0.01 | 0 | 0.03 | 0.13 | 77.14 | 0.1 | 0.86 |
Hex | DD | DF | D8 | 1 | 0 | 3 | D | 4D | A | 56 |
Octal | 335 | 337 | 330 | 1 | 0 | 3 | 15 | 115 | 12 | 126 |
Binary | 11011101 | 11011111 | 11011000 | 1 | 0 | 11 | 1101 | 1001101 | 1010 | 1010110 |
Color Harmonies of #DDDFD8
Complementary color
Monochromatic Colors of #DDDFD8
Black with #DDDFD8
Text Example
Text Example
White with #DDDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFD8; }
p { color: rgb(221,223,216); }
H1.HeaderClassName
{
color: #DDDFD8;
}
.AnyTagClassName
{
color: #DDDFD8;
}
</style>
background-color css
<style>
a { background-color: #DDDFD8; }
a { background-color: rgb(221,223,216); }
div.DivClassName
{
background-color: #DDDFD8;
}
.BgClassName
{
background-color: #DDDFD8;
}
</style>
border-color css
<style>
span { border-color: #DDDFD8; }
span { border-color: rgb(221,223,216); }
td.TdClassName
{
border-color: #DDDFD8;
}
.TagClassName
{
border-color: #DDDFD8;
}
</style>