Shades of Feta #DDE2D0
Tints of Feta #DDE2D0
RGB
CMYK
RGB Variations
Color information
#DDE2D0 (or 0xDDE2D0) is known color: Feta. HEX triplet: DD, E2 and D0. RGB value is (221,226,208). Sum of RGB (Red+Green+Blue) = 221+226+208=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2D0 is #221D2F. Grayscale: #DEDEDE. Windows color (decimal): -2235696 or 13689565. OLE color: 13689565.
HSL color Cylindrical-coordinate representation of color #DDE2D0: hue angle of 76.67º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE2D0 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 226 | 208 | - |
CMYK | 0.02 | 0 | 0.08 | 0.11 |
HSL | 76.67º | 0.24% | 0.85% | - |
HSV(B) | 76.67º | 0.08% | 0.89% | - |
XYZ | 68.4 | 74.32 | 70.41 | - |
YUV | 222.45 | 119.84 | 126.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 226 | 208 | 0.02 | 0 | 0.08 | 0.11 | 76.67 | 0.24 | 0.85 |
Hex | DD | E2 | D0 | 2 | 0 | 8 | B | 4D | 18 | 55 |
Octal | 335 | 342 | 320 | 2 | 0 | 10 | 13 | 115 | 30 | 125 |
Binary | 11011101 | 11100010 | 11010000 | 10 | 0 | 1000 | 1011 | 1001101 | 11000 | 1010101 |
Color Harmonies of #DDE2D0
Complementary color
Monochromatic Colors of #DDE2D0
Black with #DDE2D0
Text Example
Text Example
White with #DDE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE2D0; }
p { color: rgb(221,226,208); }
H1.HeaderClassName
{
color: #DDE2D0;
}
.AnyTagClassName
{
color: #DDE2D0;
}
</style>
background-color css
<style>
a { background-color: #DDE2D0; }
a { background-color: rgb(221,226,208); }
div.DivClassName
{
background-color: #DDE2D0;
}
.BgClassName
{
background-color: #DDE2D0;
}
</style>
border-color css
<style>
span { border-color: #DDE2D0; }
span { border-color: rgb(221,226,208); }
td.TdClassName
{
border-color: #DDE2D0;
}
.TagClassName
{
border-color: #DDE2D0;
}
</style>