Shades of Feta #DADCD1
Tints of Feta #DADCD1
RGB
CMYK
RGB Variations
Color information
#DADCD1 (or 0xDADCD1) is known color: Feta. HEX triplet: DA, DC and D1. RGB value is (218,220,209). Sum of RGB (Red+Green+Blue) = 218+220+209=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCD1 is #25232E. Grayscale: #DADADA. Windows color (decimal): -2433839 or 13753562. OLE color: 13753562.
HSL color Cylindrical-coordinate representation of color #DADCD1: hue angle of 70.91º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DADCD1 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 220 | 209 | - |
CMYK | 0.01 | 0 | 0.05 | 0.14 |
HSL | 70.91º | 0.14% | 0.84% | - |
HSV(B) | 70.91º | 0.05% | 0.86% | - |
XYZ | 66.02 | 70.7 | 70.49 | - |
YUV | 218.15 | 122.84 | 127.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 209 | 0.01 | 0 | 0.05 | 0.14 | 70.91 | 0.14 | 0.84 |
Hex | DA | DC | D1 | 1 | 0 | 5 | E | 47 | E | 54 |
Octal | 332 | 334 | 321 | 1 | 0 | 5 | 16 | 107 | 16 | 124 |
Binary | 11011010 | 11011100 | 11010001 | 1 | 0 | 101 | 1110 | 1000111 | 1110 | 1010100 |
Color Harmonies of #DADCD1
Complementary color
Monochromatic Colors of #DADCD1
Black with #DADCD1
Text Example
Text Example
White with #DADCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCD1; }
p { color: rgb(218,220,209); }
H1.HeaderClassName
{
color: #DADCD1;
}
.AnyTagClassName
{
color: #DADCD1;
}
</style>
background-color css
<style>
a { background-color: #DADCD1; }
a { background-color: rgb(218,220,209); }
div.DivClassName
{
background-color: #DADCD1;
}
.BgClassName
{
background-color: #DADCD1;
}
</style>
border-color css
<style>
span { border-color: #DADCD1; }
span { border-color: rgb(218,220,209); }
td.TdClassName
{
border-color: #DADCD1;
}
.TagClassName
{
border-color: #DADCD1;
}
</style>