Shades of Feta #DADED1
Tints of Feta #DADED1
RGB
CMYK
RGB Variations
Color information
#DADED1 (or 0xDADED1) is known color: Feta. HEX triplet: DA, DE and D1. RGB value is (218,222,209). Sum of RGB (Red+Green+Blue) = 218+222+209=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 222 - color contains mainly: green. Hex color #DADED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADED1 is #25212E. Grayscale: #DBDBDB. Windows color (decimal): -2433327 or 13754074. OLE color: 13754074.
HSL color Cylindrical-coordinate representation of color #DADED1: hue angle of 78.46º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DADED1 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 209 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.13 |
| HSL | 78.46º | 0.16% | 0.85% | - |
| HSV(B) | 78.46º | 0.06% | 0.87% | - |
| XYZ | 66.54 | 71.75 | 70.66 | - |
| YUV | 219.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 209 | 0.02 | 0 | 0.06 | 0.13 | 78.46 | 0.16 | 0.85 |
| Hex | DA | DE | D1 | 2 | 0 | 6 | D | 4E | 10 | 55 |
| Octal | 332 | 336 | 321 | 2 | 0 | 6 | 15 | 116 | 20 | 125 |
| Binary | 11011010 | 11011110 | 11010001 | 10 | 0 | 110 | 1101 | 1001110 | 10000 | 1010101 |
Color Harmonies of #DADED1
Complementary color
Monochromatic Colors of #DADED1
Black with #DADED1
Text Example
Text Example
White with #DADED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADED1; }
p { color: rgb(218,222,209); }
H1.HeaderClassName
{
color: #DADED1;
}
.AnyTagClassName
{
color: #DADED1;
}
</style>
background-color css
<style>
a { background-color: #DADED1; }
a { background-color: rgb(218,222,209); }
div.DivClassName
{
background-color: #DADED1;
}
.BgClassName
{
background-color: #DADED1;
}
</style>
border-color css
<style>
span { border-color: #DADED1; }
span { border-color: rgb(218,222,209); }
td.TdClassName
{
border-color: #DADED1;
}
.TagClassName
{
border-color: #DADED1;
}
</style>