Shades of Feta #DADDD4
Tints of Feta #DADDD4
RGB
CMYK
RGB Variations
Color information
#DADDD4 (or 0xDADDD4) is known color: Feta. HEX triplet: DA, DD and D4. RGB value is (218,221,212). Sum of RGB (Red+Green+Blue) = 218+221+212=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDD4 is #25222B. Grayscale: #DBDBDB. Windows color (decimal): -2433580 or 13950426. OLE color: 13950426.
HSL color Cylindrical-coordinate representation of color #DADDD4: hue angle of 80º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DADDD4 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 212 | - |
CMYK | 0.01 | 0 | 0.04 | 0.13 |
HSL | 80º | 0.12% | 0.85% | - |
HSV(B) | 80º | 0.04% | 0.87% | - |
XYZ | 66.65 | 71.37 | 72.55 | - |
YUV | 219.08 | 124.01 | 127.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 212 | 0.01 | 0 | 0.04 | 0.13 | 80 | 0.12 | 0.85 |
Hex | DA | DD | D4 | 1 | 0 | 4 | D | 50 | C | 55 |
Octal | 332 | 335 | 324 | 1 | 0 | 4 | 15 | 120 | 14 | 125 |
Binary | 11011010 | 11011101 | 11010100 | 1 | 0 | 100 | 1101 | 1010000 | 1100 | 1010101 |
Color Harmonies of #DADDD4
Complementary color
Monochromatic Colors of #DADDD4
Black with #DADDD4
Text Example
Text Example
White with #DADDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDD4; }
p { color: rgb(218,221,212); }
H1.HeaderClassName
{
color: #DADDD4;
}
.AnyTagClassName
{
color: #DADDD4;
}
</style>
background-color css
<style>
a { background-color: #DADDD4; }
a { background-color: rgb(218,221,212); }
div.DivClassName
{
background-color: #DADDD4;
}
.BgClassName
{
background-color: #DADDD4;
}
</style>
border-color css
<style>
span { border-color: #DADDD4; }
span { border-color: rgb(218,221,212); }
td.TdClassName
{
border-color: #DADDD4;
}
.TagClassName
{
border-color: #DADDD4;
}
</style>