Shades of Feta #DADDD0
Tints of Feta #DADDD0
RGB
CMYK
RGB Variations
Color information
#DADDD0 (or 0xDADDD0) is known color: Feta. HEX triplet: DA, DD and D0. RGB value is (218,221,208). Sum of RGB (Red+Green+Blue) = 218+221+208=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDD0 is #25222F. Grayscale: #DADADA. Windows color (decimal): -2433584 or 13688282. OLE color: 13688282.
HSL color Cylindrical-coordinate representation of color #DADDD0: hue angle of 73.85º degrees, saturation: 0.16, 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 #DADDD0 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 208 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.13 |
| HSL | 73.85º | 0.16% | 0.84% | - |
| HSV(B) | 73.85º | 0.06% | 0.87% | - |
| XYZ | 66.16 | 71.17 | 69.93 | - |
| YUV | 218.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 208 | 0.01 | 0 | 0.06 | 0.13 | 73.85 | 0.16 | 0.84 |
| Hex | DA | DD | D0 | 1 | 0 | 6 | D | 4A | 10 | 54 |
| Octal | 332 | 335 | 320 | 1 | 0 | 6 | 15 | 112 | 20 | 124 |
| Binary | 11011010 | 11011101 | 11010000 | 1 | 0 | 110 | 1101 | 1001010 | 10000 | 1010100 |
Color Harmonies of #DADDD0
Complementary color
Monochromatic Colors of #DADDD0
Black with #DADDD0
Text Example
Text Example
White with #DADDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDD0; }
p { color: rgb(218,221,208); }
H1.HeaderClassName
{
color: #DADDD0;
}
.AnyTagClassName
{
color: #DADDD0;
}
</style>
background-color css
<style>
a { background-color: #DADDD0; }
a { background-color: rgb(218,221,208); }
div.DivClassName
{
background-color: #DADDD0;
}
.BgClassName
{
background-color: #DADDD0;
}
</style>
border-color css
<style>
span { border-color: #DADDD0; }
span { border-color: rgb(218,221,208); }
td.TdClassName
{
border-color: #DADDD0;
}
.TagClassName
{
border-color: #DADDD0;
}
</style>