Shades of Feta #DDDEDA
Tints of Feta #DDDEDA
RGB
CMYK
RGB Variations
Color information
#DDDEDA (or 0xDDDEDA) is known color: Feta. HEX triplet: DD, DE and DA. RGB value is (221,222,218). Sum of RGB (Red+Green+Blue) = 221+222+218=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEDA is #222125. Grayscale: #DDDDDD. Windows color (decimal): -2236710 or 14343901. OLE color: 14343901.
HSL color Cylindrical-coordinate representation of color #DDDEDA: hue angle of 75º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDEDA is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 222 | 218 | - |
CMYK | 0.00 | 0 | 0.02 | 0.13 |
HSL | 75º | 0.06% | 0.86% | - |
HSV(B) | 75º | 0.02% | 0.87% | - |
XYZ | 68.59 | 72.68 | 76.74 | - |
YUV | 221.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 218 | 0.00 | 0 | 0.02 | 0.13 | 75 | 0.06 | 0.86 |
Hex | DD | DE | DA | 0 | 0 | 2 | D | 4B | 6 | 56 |
Octal | 335 | 336 | 332 | 0 | 0 | 2 | 15 | 113 | 6 | 126 |
Binary | 11011101 | 11011110 | 11011010 | 0 | 0 | 10 | 1101 | 1001011 | 110 | 1010110 |
Color Harmonies of #DDDEDA
Complementary color
Monochromatic Colors of #DDDEDA
Black with #DDDEDA
Text Example
Text Example
White with #DDDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEDA; }
p { color: rgb(221,222,218); }
H1.HeaderClassName
{
color: #DDDEDA;
}
.AnyTagClassName
{
color: #DDDEDA;
}
</style>
background-color css
<style>
a { background-color: #DDDEDA; }
a { background-color: rgb(221,222,218); }
div.DivClassName
{
background-color: #DDDEDA;
}
.BgClassName
{
background-color: #DDDEDA;
}
</style>
border-color css
<style>
span { border-color: #DDDEDA; }
span { border-color: rgb(221,222,218); }
td.TdClassName
{
border-color: #DDDEDA;
}
.TagClassName
{
border-color: #DDDEDA;
}
</style>