Shades of Feta #DDE3D2
Tints of Feta #DDE3D2
RGB
CMYK
RGB Variations
Color information
#DDE3D2 (or 0xDDE3D2) is known color: Feta. HEX triplet: DD, E3 and D2. RGB value is (221,227,210). Sum of RGB (Red+Green+Blue) = 221+227+210=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3D2 is #221C2D. Grayscale: #DFDFDF. Windows color (decimal): -2235438 or 13820893. OLE color: 13820893.
HSL color Cylindrical-coordinate representation of color #DDE3D2: hue angle of 81.18º degrees, saturation: 0.23, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE3D2 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 210 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.11 |
| HSL | 81.18º | 0.23% | 0.86% | - |
| HSV(B) | 81.18º | 0.07% | 0.89% | - |
| XYZ | 68.92 | 74.96 | 71.81 | - |
| YUV | 223.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 210 | 0.03 | 0 | 0.07 | 0.11 | 81.18 | 0.23 | 0.86 |
| Hex | DD | E3 | D2 | 3 | 0 | 7 | B | 51 | 17 | 56 |
| Octal | 335 | 343 | 322 | 3 | 0 | 7 | 13 | 121 | 27 | 126 |
| Binary | 11011101 | 11100011 | 11010010 | 11 | 0 | 111 | 1011 | 1010001 | 10111 | 1010110 |
Color Harmonies of #DDE3D2
Complementary color
Monochromatic Colors of #DDE3D2
Black with #DDE3D2
Text Example
Text Example
White with #DDE3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3D2; }
p { color: rgb(221,227,210); }
H1.HeaderClassName
{
color: #DDE3D2;
}
.AnyTagClassName
{
color: #DDE3D2;
}
</style>
background-color css
<style>
a { background-color: #DDE3D2; }
a { background-color: rgb(221,227,210); }
div.DivClassName
{
background-color: #DDE3D2;
}
.BgClassName
{
background-color: #DDE3D2;
}
</style>
border-color css
<style>
span { border-color: #DDE3D2; }
span { border-color: rgb(221,227,210); }
td.TdClassName
{
border-color: #DDE3D2;
}
.TagClassName
{
border-color: #DDE3D2;
}
</style>