Shades of Feta #DADCD2
Tints of Feta #DADCD2
RGB
CMYK
RGB Variations
Color information
#DADCD2 (or 0xDADCD2) is known color: Feta. HEX triplet: DA, DC and D2. RGB value is (218,220,210). Sum of RGB (Red+Green+Blue) = 218+220+210=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCD2 is #25232D. Grayscale: #DADADA. Windows color (decimal): -2433838 or 13819098. OLE color: 13819098.
HSL color Cylindrical-coordinate representation of color #DADCD2: hue angle of 72º degrees, saturation: 0.12, 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 #DADCD2 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 220 | 210 | - |
CMYK | 0.01 | 0 | 0.05 | 0.14 |
HSL | 72º | 0.13% | 0.84% | - |
HSV(B) | 72º | 0.05% | 0.86% | - |
XYZ | 66.14 | 70.74 | 71.14 | - |
YUV | 218.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 210 | 0.01 | 0 | 0.05 | 0.14 | 72 | 0.13 | 0.84 |
Hex | DA | DC | D2 | 1 | 0 | 5 | E | 48 | C | 54 |
Octal | 332 | 334 | 322 | 1 | 0 | 5 | 16 | 110 | 14 | 124 |
Binary | 11011010 | 11011100 | 11010010 | 1 | 0 | 101 | 1110 | 1001000 | 1100 | 1010100 |
Color Harmonies of #DADCD2
Complementary color
Monochromatic Colors of #DADCD2
Black with #DADCD2
Text Example
Text Example
White with #DADCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCD2; }
p { color: rgb(218,220,210); }
H1.HeaderClassName
{
color: #DADCD2;
}
.AnyTagClassName
{
color: #DADCD2;
}
</style>
background-color css
<style>
a { background-color: #DADCD2; }
a { background-color: rgb(218,220,210); }
div.DivClassName
{
background-color: #DADCD2;
}
.BgClassName
{
background-color: #DADCD2;
}
</style>
border-color css
<style>
span { border-color: #DADCD2; }
span { border-color: rgb(218,220,210); }
td.TdClassName
{
border-color: #DADCD2;
}
.TagClassName
{
border-color: #DADCD2;
}
</style>