Shades of Feta #DDDFD4
Tints of Feta #DDDFD4
RGB
CMYK
RGB Variations
Color information
#DDDFD4 (or 0xDDDFD4) is known color: Feta. HEX triplet: DD, DF and D4. RGB value is (221,223,212). Sum of RGB (Red+Green+Blue) = 221+223+212=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFD4 is #22202B. Grayscale: #DDDDDD. Windows color (decimal): -2236460 or 13950941. OLE color: 13950941.
HSL color Cylindrical-coordinate representation of color #DDDFD4: hue angle of 70.91º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDFD4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 212 | - |
CMYK | 0.01 | 0 | 0.05 | 0.13 |
HSL | 70.91º | 0.15% | 0.85% | - |
HSV(B) | 70.91º | 0.05% | 0.87% | - |
XYZ | 68.09 | 72.9 | 72.77 | - |
YUV | 221.15 | 122.84 | 127.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 212 | 0.01 | 0 | 0.05 | 0.13 | 70.91 | 0.15 | 0.85 |
Hex | DD | DF | D4 | 1 | 0 | 5 | D | 47 | F | 55 |
Octal | 335 | 337 | 324 | 1 | 0 | 5 | 15 | 107 | 17 | 125 |
Binary | 11011101 | 11011111 | 11010100 | 1 | 0 | 101 | 1101 | 1000111 | 1111 | 1010101 |
Color Harmonies of #DDDFD4
Complementary color
Monochromatic Colors of #DDDFD4
Black with #DDDFD4
Text Example
Text Example
White with #DDDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFD4; }
p { color: rgb(221,223,212); }
H1.HeaderClassName
{
color: #DDDFD4;
}
.AnyTagClassName
{
color: #DDDFD4;
}
</style>
background-color css
<style>
a { background-color: #DDDFD4; }
a { background-color: rgb(221,223,212); }
div.DivClassName
{
background-color: #DDDFD4;
}
.BgClassName
{
background-color: #DDDFD4;
}
</style>
border-color css
<style>
span { border-color: #DDDFD4; }
span { border-color: rgb(221,223,212); }
td.TdClassName
{
border-color: #DDDFD4;
}
.TagClassName
{
border-color: #DDDFD4;
}
</style>