Shades of Feta #DADED3
Tints of Feta #DADED3
RGB
CMYK
RGB Variations
Color information
#DADED3 (or 0xDADED3) is known color: Feta. HEX triplet: DA, DE and D3. RGB value is (218,222,211). Sum of RGB (Red+Green+Blue) = 218+222+211=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 222 - color contains mainly: green. Hex color #DADED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADED3 is #25212C. Grayscale: #DBDBDB. Windows color (decimal): -2433325 or 13885146. OLE color: 13885146.
HSL color Cylindrical-coordinate representation of color #DADED3: hue angle of 81.82º degrees, saturation: 0.14, 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 #DADED3 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 211 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.13 |
| HSL | 81.82º | 0.14% | 0.85% | - |
| HSV(B) | 81.82º | 0.05% | 0.87% | - |
| XYZ | 66.79 | 71.85 | 71.98 | - |
| YUV | 219.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 211 | 0.02 | 0 | 0.05 | 0.13 | 81.82 | 0.14 | 0.85 |
| Hex | DA | DE | D3 | 2 | 0 | 5 | D | 52 | E | 55 |
| Octal | 332 | 336 | 323 | 2 | 0 | 5 | 15 | 122 | 16 | 125 |
| Binary | 11011010 | 11011110 | 11010011 | 10 | 0 | 101 | 1101 | 1010010 | 1110 | 1010101 |
Color Harmonies of #DADED3
Complementary color
Monochromatic Colors of #DADED3
Black with #DADED3
Text Example
Text Example
White with #DADED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADED3; }
p { color: rgb(218,222,211); }
H1.HeaderClassName
{
color: #DADED3;
}
.AnyTagClassName
{
color: #DADED3;
}
</style>
background-color css
<style>
a { background-color: #DADED3; }
a { background-color: rgb(218,222,211); }
div.DivClassName
{
background-color: #DADED3;
}
.BgClassName
{
background-color: #DADED3;
}
</style>
border-color css
<style>
span { border-color: #DADED3; }
span { border-color: rgb(218,222,211); }
td.TdClassName
{
border-color: #DADED3;
}
.TagClassName
{
border-color: #DADED3;
}
</style>