Shades of Feta #D8DAD2
Tints of Feta #D8DAD2
RGB
CMYK
RGB Variations
Color information
#D8DAD2 (or 0xD8DAD2) is known color: Feta. HEX triplet: D8, DA and D2. RGB value is (216,218,210). Sum of RGB (Red+Green+Blue) = 216+218+210=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DAD2 is #27252D. Grayscale: #D8D8D8. Windows color (decimal): -2565422 or 13818584. OLE color: 13818584.
HSL color Cylindrical-coordinate representation of color #D8DAD2: hue angle of 75º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8DAD2 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 218 | 210 | - |
CMYK | 0.01 | 0 | 0.04 | 0.15 |
HSL | 75º | 0.1% | 0.84% | - |
HSV(B) | 75º | 0.04% | 0.85% | - |
XYZ | 65.02 | 69.39 | 70.94 | - |
YUV | 216.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 218 | 210 | 0.01 | 0 | 0.04 | 0.15 | 75 | 0.1 | 0.84 |
Hex | D8 | DA | D2 | 1 | 0 | 4 | F | 4B | A | 54 |
Octal | 330 | 332 | 322 | 1 | 0 | 4 | 17 | 113 | 12 | 124 |
Binary | 11011000 | 11011010 | 11010010 | 1 | 0 | 100 | 1111 | 1001011 | 1010 | 1010100 |
Color Harmonies of #D8DAD2
Complementary color
Monochromatic Colors of #D8DAD2
Black with #D8DAD2
Text Example
Text Example
White with #D8DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAD2; }
p { color: rgb(216,218,210); }
H1.HeaderClassName
{
color: #D8DAD2;
}
.AnyTagClassName
{
color: #D8DAD2;
}
</style>
background-color css
<style>
a { background-color: #D8DAD2; }
a { background-color: rgb(216,218,210); }
div.DivClassName
{
background-color: #D8DAD2;
}
.BgClassName
{
background-color: #D8DAD2;
}
</style>
border-color css
<style>
span { border-color: #D8DAD2; }
span { border-color: rgb(216,218,210); }
td.TdClassName
{
border-color: #D8DAD2;
}
.TagClassName
{
border-color: #D8DAD2;
}
</style>