Shades of Feta #DADFCC
Tints of Feta #DADFCC
RGB
CMYK
RGB Variations
Color information
#DADFCC (or 0xDADFCC) is known color: Feta. HEX triplet: DA, DF and CC. RGB value is (218,223,204). Sum of RGB (Red+Green+Blue) = 218+223+204=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFCC is #252033. Grayscale: #DBDBDB. Windows color (decimal): -2433076 or 13426650. OLE color: 13426650.
HSL color Cylindrical-coordinate representation of color #DADFCC: hue angle of 75.79º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADFCC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 223 | 204 | - |
CMYK | 0.02 | 0 | 0.09 | 0.13 |
HSL | 75.79º | 0.23% | 0.84% | - |
HSV(B) | 75.79º | 0.09% | 0.87% | - |
XYZ | 66.2 | 72.04 | 67.54 | - |
YUV | 219.34 | 119.34 | 127.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 204 | 0.02 | 0 | 0.09 | 0.13 | 75.79 | 0.23 | 0.84 |
Hex | DA | DF | CC | 2 | 0 | 9 | D | 4C | 17 | 54 |
Octal | 332 | 337 | 314 | 2 | 0 | 11 | 15 | 114 | 27 | 124 |
Binary | 11011010 | 11011111 | 11001100 | 10 | 0 | 1001 | 1101 | 1001100 | 10111 | 1010100 |
Color Harmonies of #DADFCC
Complementary color
Monochromatic Colors of #DADFCC
Black with #DADFCC
Text Example
Text Example
White with #DADFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFCC; }
p { color: rgb(218,223,204); }
H1.HeaderClassName
{
color: #DADFCC;
}
.AnyTagClassName
{
color: #DADFCC;
}
</style>
background-color css
<style>
a { background-color: #DADFCC; }
a { background-color: rgb(218,223,204); }
div.DivClassName
{
background-color: #DADFCC;
}
.BgClassName
{
background-color: #DADFCC;
}
</style>
border-color css
<style>
span { border-color: #DADFCC; }
span { border-color: rgb(218,223,204); }
td.TdClassName
{
border-color: #DADFCC;
}
.TagClassName
{
border-color: #DADFCC;
}
</style>