Shades of Feta #DADEC9
Tints of Feta #DADEC9
RGB
CMYK
RGB Variations
Color information
#DADEC9 (or 0xDADEC9) is known color: Feta. HEX triplet: DA, DE and C9. RGB value is (218,222,201). Sum of RGB (Red+Green+Blue) = 218+222+201=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEC9 is #252136. Grayscale: #DADADA. Windows color (decimal): -2433335 or 13229786. OLE color: 13229786.
HSL color Cylindrical-coordinate representation of color #DADEC9: hue angle of 71.43º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADEC9 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 222 | 201 | - |
CMYK | 0.02 | 0 | 0.09 | 0.13 |
HSL | 71.43º | 0.24% | 0.83% | - |
HSV(B) | 71.43º | 0.09% | 0.87% | - |
XYZ | 65.58 | 71.37 | 65.58 | - |
YUV | 218.41 | 118.17 | 127.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 201 | 0.02 | 0 | 0.09 | 0.13 | 71.43 | 0.24 | 0.83 |
Hex | DA | DE | C9 | 2 | 0 | 9 | D | 47 | 18 | 53 |
Octal | 332 | 336 | 311 | 2 | 0 | 11 | 15 | 107 | 30 | 123 |
Binary | 11011010 | 11011110 | 11001001 | 10 | 0 | 1001 | 1101 | 1000111 | 11000 | 1010011 |
Color Harmonies of #DADEC9
Complementary color
Monochromatic Colors of #DADEC9
Black with #DADEC9
Text Example
Text Example
White with #DADEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEC9; }
p { color: rgb(218,222,201); }
H1.HeaderClassName
{
color: #DADEC9;
}
.AnyTagClassName
{
color: #DADEC9;
}
</style>
background-color css
<style>
a { background-color: #DADEC9; }
a { background-color: rgb(218,222,201); }
div.DivClassName
{
background-color: #DADEC9;
}
.BgClassName
{
background-color: #DADEC9;
}
</style>
border-color css
<style>
span { border-color: #DADEC9; }
span { border-color: rgb(218,222,201); }
td.TdClassName
{
border-color: #DADEC9;
}
.TagClassName
{
border-color: #DADEC9;
}
</style>