Shades of Feta #DBDED2
Tints of Feta #DBDED2
RGB
CMYK
RGB Variations
Color information
#DBDED2 (or 0xDBDED2) is known color: Feta. HEX triplet: DB, DE and D2. RGB value is (219,222,210). Sum of RGB (Red+Green+Blue) = 219+222+210=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDED2 is #24212D. Grayscale: #DBDBDB. Windows color (decimal): -2367790 or 13819611. OLE color: 13819611.
HSL color Cylindrical-coordinate representation of color #DBDED2: hue angle of 75º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDED2 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 222 | 210 | - |
CMYK | 0.01 | 0 | 0.05 | 0.13 |
HSL | 75º | 0.15% | 0.85% | - |
HSV(B) | 75º | 0.05% | 0.87% | - |
XYZ | 66.97 | 71.96 | 71.33 | - |
YUV | 219.74 | 122.51 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 210 | 0.01 | 0 | 0.05 | 0.13 | 75 | 0.15 | 0.85 |
Hex | DB | DE | D2 | 1 | 0 | 5 | D | 4B | F | 55 |
Octal | 333 | 336 | 322 | 1 | 0 | 5 | 15 | 113 | 17 | 125 |
Binary | 11011011 | 11011110 | 11010010 | 1 | 0 | 101 | 1101 | 1001011 | 1111 | 1010101 |
Color Harmonies of #DBDED2
Complementary color
Monochromatic Colors of #DBDED2
Black with #DBDED2
Text Example
Text Example
White with #DBDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDED2; }
p { color: rgb(219,222,210); }
H1.HeaderClassName
{
color: #DBDED2;
}
.AnyTagClassName
{
color: #DBDED2;
}
</style>
background-color css
<style>
a { background-color: #DBDED2; }
a { background-color: rgb(219,222,210); }
div.DivClassName
{
background-color: #DBDED2;
}
.BgClassName
{
background-color: #DBDED2;
}
</style>
border-color css
<style>
span { border-color: #DBDED2; }
span { border-color: rgb(219,222,210); }
td.TdClassName
{
border-color: #DBDED2;
}
.TagClassName
{
border-color: #DBDED2;
}
</style>