Shades of Feta #DADDD2
Tints of Feta #DADDD2
RGB
CMYK
RGB Variations
Color information
#DADDD2 (or 0xDADDD2) is known color: Feta. HEX triplet: DA, DD and D2. RGB value is (218,221,210). Sum of RGB (Red+Green+Blue) = 218+221+210=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDD2 is #25222D. Grayscale: #DADADA. Windows color (decimal): -2433582 or 13819354. OLE color: 13819354.
HSL color Cylindrical-coordinate representation of color #DADDD2: hue angle of 76.36º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DADDD2 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 210 | - |
CMYK | 0.01 | 0 | 0.05 | 0.13 |
HSL | 76.36º | 0.14% | 0.85% | - |
HSV(B) | 76.36º | 0.05% | 0.87% | - |
XYZ | 66.4 | 71.27 | 71.23 | - |
YUV | 218.85 | 123.01 | 127.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 210 | 0.01 | 0 | 0.05 | 0.13 | 76.36 | 0.14 | 0.85 |
Hex | DA | DD | D2 | 1 | 0 | 5 | D | 4C | E | 55 |
Octal | 332 | 335 | 322 | 1 | 0 | 5 | 15 | 114 | 16 | 125 |
Binary | 11011010 | 11011101 | 11010010 | 1 | 0 | 101 | 1101 | 1001100 | 1110 | 1010101 |
Color Harmonies of #DADDD2
Complementary color
Monochromatic Colors of #DADDD2
Black with #DADDD2
Text Example
Text Example
White with #DADDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDD2; }
p { color: rgb(218,221,210); }
H1.HeaderClassName
{
color: #DADDD2;
}
.AnyTagClassName
{
color: #DADDD2;
}
</style>
background-color css
<style>
a { background-color: #DADDD2; }
a { background-color: rgb(218,221,210); }
div.DivClassName
{
background-color: #DADDD2;
}
.BgClassName
{
background-color: #DADDD2;
}
</style>
border-color css
<style>
span { border-color: #DADDD2; }
span { border-color: rgb(218,221,210); }
td.TdClassName
{
border-color: #DADDD2;
}
.TagClassName
{
border-color: #DADDD2;
}
</style>