Shades of Feta #DADDD1
Tints of Feta #DADDD1
RGB
CMYK
RGB Variations
Color information
#DADDD1 (or 0xDADDD1) is known color: Feta. HEX triplet: DA, DD and D1. RGB value is (218,221,209). Sum of RGB (Red+Green+Blue) = 218+221+209=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDD1 is #25222E. Grayscale: #DADADA. Windows color (decimal): -2433583 or 13753818. OLE color: 13753818.
HSL color Cylindrical-coordinate representation of color #DADDD1: hue angle of 75º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DADDD1 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 209 | - |
CMYK | 0.01 | 0 | 0.05 | 0.13 |
HSL | 75º | 0.15% | 0.84% | - |
HSV(B) | 75º | 0.05% | 0.87% | - |
XYZ | 66.28 | 71.22 | 70.58 | - |
YUV | 218.74 | 122.51 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 209 | 0.01 | 0 | 0.05 | 0.13 | 75 | 0.15 | 0.84 |
Hex | DA | DD | D1 | 1 | 0 | 5 | D | 4B | F | 54 |
Octal | 332 | 335 | 321 | 1 | 0 | 5 | 15 | 113 | 17 | 124 |
Binary | 11011010 | 11011101 | 11010001 | 1 | 0 | 101 | 1101 | 1001011 | 1111 | 1010100 |
Color Harmonies of #DADDD1
Complementary color
Monochromatic Colors of #DADDD1
Black with #DADDD1
Text Example
Text Example
White with #DADDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDD1; }
p { color: rgb(218,221,209); }
H1.HeaderClassName
{
color: #DADDD1;
}
.AnyTagClassName
{
color: #DADDD1;
}
</style>
background-color css
<style>
a { background-color: #DADDD1; }
a { background-color: rgb(218,221,209); }
div.DivClassName
{
background-color: #DADDD1;
}
.BgClassName
{
background-color: #DADDD1;
}
</style>
border-color css
<style>
span { border-color: #DADDD1; }
span { border-color: rgb(218,221,209); }
td.TdClassName
{
border-color: #DADDD1;
}
.TagClassName
{
border-color: #DADDD1;
}
</style>