Shades of Feta #DADBD4
Tints of Feta #DADBD4
RGB
CMYK
RGB Variations
Color information
#DADBD4 (or 0xDADBD4) is known color: Feta. HEX triplet: DA, DB and D4. RGB value is (218,219,212). Sum of RGB (Red+Green+Blue) = 218+219+212=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBD4 is #25242B. Grayscale: #D9D9D9. Windows color (decimal): -2434092 or 13949914. OLE color: 13949914.
HSL color Cylindrical-coordinate representation of color #DADBD4: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADBD4 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 219 | 212 | - |
CMYK | 0.00 | 0 | 0.03 | 0.14 |
HSL | 68.57º | 0.09% | 0.85% | - |
HSV(B) | 68.57º | 0.03% | 0.86% | - |
XYZ | 66.13 | 70.32 | 72.38 | - |
YUV | 217.9 | 124.67 | 128.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 219 | 212 | 0.00 | 0 | 0.03 | 0.14 | 68.57 | 0.09 | 0.85 |
Hex | DA | DB | D4 | 0 | 0 | 3 | E | 45 | 9 | 55 |
Octal | 332 | 333 | 324 | 0 | 0 | 3 | 16 | 105 | 11 | 125 |
Binary | 11011010 | 11011011 | 11010100 | 0 | 0 | 11 | 1110 | 1000101 | 1001 | 1010101 |
Color Harmonies of #DADBD4
Complementary color
Monochromatic Colors of #DADBD4
Black with #DADBD4
Text Example
Text Example
White with #DADBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBD4; }
p { color: rgb(218,219,212); }
H1.HeaderClassName
{
color: #DADBD4;
}
.AnyTagClassName
{
color: #DADBD4;
}
</style>
background-color css
<style>
a { background-color: #DADBD4; }
a { background-color: rgb(218,219,212); }
div.DivClassName
{
background-color: #DADBD4;
}
.BgClassName
{
background-color: #DADBD4;
}
</style>
border-color css
<style>
span { border-color: #DADBD4; }
span { border-color: rgb(218,219,212); }
td.TdClassName
{
border-color: #DADBD4;
}
.TagClassName
{
border-color: #DADBD4;
}
</style>