Shades of Feta #DADCD4
Tints of Feta #DADCD4
RGB
CMYK
RGB Variations
Color information
#DADCD4 (or 0xDADCD4) is known color: Feta. HEX triplet: DA, DC and D4. RGB value is (218,220,212). Sum of RGB (Red+Green+Blue) = 218+220+212=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCD4 is #25232B. Grayscale: #DADADA. Windows color (decimal): -2433836 or 13950170. OLE color: 13950170.
HSL color Cylindrical-coordinate representation of color #DADCD4: hue angle of 75º degrees, saturation: 0.1, 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 #DADCD4 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 220 | 212 | - |
CMYK | 0.01 | 0 | 0.04 | 0.14 |
HSL | 75º | 0.1% | 0.85% | - |
HSV(B) | 75º | 0.04% | 0.86% | - |
XYZ | 66.39 | 70.85 | 72.46 | - |
YUV | 218.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 212 | 0.01 | 0 | 0.04 | 0.14 | 75 | 0.1 | 0.85 |
Hex | DA | DC | D4 | 1 | 0 | 4 | E | 4B | A | 55 |
Octal | 332 | 334 | 324 | 1 | 0 | 4 | 16 | 113 | 12 | 125 |
Binary | 11011010 | 11011100 | 11010100 | 1 | 0 | 100 | 1110 | 1001011 | 1010 | 1010101 |
Color Harmonies of #DADCD4
Complementary color
Monochromatic Colors of #DADCD4
Black with #DADCD4
Text Example
Text Example
White with #DADCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCD4; }
p { color: rgb(218,220,212); }
H1.HeaderClassName
{
color: #DADCD4;
}
.AnyTagClassName
{
color: #DADCD4;
}
</style>
background-color css
<style>
a { background-color: #DADCD4; }
a { background-color: rgb(218,220,212); }
div.DivClassName
{
background-color: #DADCD4;
}
.BgClassName
{
background-color: #DADCD4;
}
</style>
border-color css
<style>
span { border-color: #DADCD4; }
span { border-color: rgb(218,220,212); }
td.TdClassName
{
border-color: #DADCD4;
}
.TagClassName
{
border-color: #DADCD4;
}
</style>