Shades of Feta #DADCD3
Tints of Feta #DADCD3
RGB
CMYK
RGB Variations
Color information
#DADCD3 (or 0xDADCD3) is known color: Feta. HEX triplet: DA, DC and D3. RGB value is (218,220,211). Sum of RGB (Red+Green+Blue) = 218+220+211=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCD3 is #25232C. Grayscale: #DADADA. Windows color (decimal): -2433837 or 13884634. OLE color: 13884634.
HSL color Cylindrical-coordinate representation of color #DADCD3: hue angle of 73.33º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DADCD3 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 220 | 211 | - |
CMYK | 0.01 | 0 | 0.04 | 0.14 |
HSL | 73.33º | 0.11% | 0.85% | - |
HSV(B) | 73.33º | 0.04% | 0.86% | - |
XYZ | 66.26 | 70.79 | 71.8 | - |
YUV | 218.38 | 123.84 | 127.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 211 | 0.01 | 0 | 0.04 | 0.14 | 73.33 | 0.11 | 0.85 |
Hex | DA | DC | D3 | 1 | 0 | 4 | E | 49 | B | 55 |
Octal | 332 | 334 | 323 | 1 | 0 | 4 | 16 | 111 | 13 | 125 |
Binary | 11011010 | 11011100 | 11010011 | 1 | 0 | 100 | 1110 | 1001001 | 1011 | 1010101 |
Color Harmonies of #DADCD3
Complementary color
Monochromatic Colors of #DADCD3
Black with #DADCD3
Text Example
Text Example
White with #DADCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCD3; }
p { color: rgb(218,220,211); }
H1.HeaderClassName
{
color: #DADCD3;
}
.AnyTagClassName
{
color: #DADCD3;
}
</style>
background-color css
<style>
a { background-color: #DADCD3; }
a { background-color: rgb(218,220,211); }
div.DivClassName
{
background-color: #DADCD3;
}
.BgClassName
{
background-color: #DADCD3;
}
</style>
border-color css
<style>
span { border-color: #DADCD3; }
span { border-color: rgb(218,220,211); }
td.TdClassName
{
border-color: #DADCD3;
}
.TagClassName
{
border-color: #DADCD3;
}
</style>