Shades of Feta #DCDFD2
Tints of Feta #DCDFD2
RGB
CMYK
RGB Variations
Color information
#DCDFD2 (or 0xDCDFD2) is known color: Feta. HEX triplet: DC, DF and D2. RGB value is (220,223,210). Sum of RGB (Red+Green+Blue) = 220+223+210=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFD2 is #23202D. Grayscale: #DCDCDC. Windows color (decimal): -2301998 or 13819868. OLE color: 13819868.
HSL color Cylindrical-coordinate representation of color #DCDFD2: hue angle of 73.85º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDFD2 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 210 | - |
CMYK | 0.01 | 0 | 0.06 | 0.13 |
HSL | 73.85º | 0.17% | 0.85% | - |
HSV(B) | 73.85º | 0.06% | 0.87% | - |
XYZ | 67.54 | 72.64 | 71.43 | - |
YUV | 220.62 | 122.01 | 127.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 210 | 0.01 | 0 | 0.06 | 0.13 | 73.85 | 0.17 | 0.85 |
Hex | DC | DF | D2 | 1 | 0 | 6 | D | 4A | 11 | 55 |
Octal | 334 | 337 | 322 | 1 | 0 | 6 | 15 | 112 | 21 | 125 |
Binary | 11011100 | 11011111 | 11010010 | 1 | 0 | 110 | 1101 | 1001010 | 10001 | 1010101 |
Color Harmonies of #DCDFD2
Complementary color
Monochromatic Colors of #DCDFD2
Black with #DCDFD2
Text Example
Text Example
White with #DCDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFD2; }
p { color: rgb(220,223,210); }
H1.HeaderClassName
{
color: #DCDFD2;
}
.AnyTagClassName
{
color: #DCDFD2;
}
</style>
background-color css
<style>
a { background-color: #DCDFD2; }
a { background-color: rgb(220,223,210); }
div.DivClassName
{
background-color: #DCDFD2;
}
.BgClassName
{
background-color: #DCDFD2;
}
</style>
border-color css
<style>
span { border-color: #DCDFD2; }
span { border-color: rgb(220,223,210); }
td.TdClassName
{
border-color: #DCDFD2;
}
.TagClassName
{
border-color: #DCDFD2;
}
</style>