Shades of Feta #DCE3D0
Tints of Feta #DCE3D0
RGB
CMYK
RGB Variations
Color information
#DCE3D0 (or 0xDCE3D0) is known color: Feta. HEX triplet: DC, E3 and D0. RGB value is (220,227,208). Sum of RGB (Red+Green+Blue) = 220+227+208=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3D0 is #231C2F. Grayscale: #DEDEDE. Windows color (decimal): -2300976 or 13689820. OLE color: 13689820.
HSL color Cylindrical-coordinate representation of color #DCE3D0: hue angle of 82.11º degrees, saturation: 0.25, 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 #DCE3D0 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 227 | 208 | - |
CMYK | 0.03 | 0 | 0.08 | 0.11 |
HSL | 82.11º | 0.25% | 0.85% | - |
HSV(B) | 82.11º | 0.08% | 0.89% | - |
XYZ | 68.37 | 74.71 | 70.49 | - |
YUV | 222.74 | 119.68 | 126.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 227 | 208 | 0.03 | 0 | 0.08 | 0.11 | 82.11 | 0.25 | 0.85 |
Hex | DC | E3 | D0 | 3 | 0 | 8 | B | 52 | 19 | 55 |
Octal | 334 | 343 | 320 | 3 | 0 | 10 | 13 | 122 | 31 | 125 |
Binary | 11011100 | 11100011 | 11010000 | 11 | 0 | 1000 | 1011 | 1010010 | 11001 | 1010101 |
Color Harmonies of #DCE3D0
Complementary color
Monochromatic Colors of #DCE3D0
Black with #DCE3D0
Text Example
Text Example
White with #DCE3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3D0; }
p { color: rgb(220,227,208); }
H1.HeaderClassName
{
color: #DCE3D0;
}
.AnyTagClassName
{
color: #DCE3D0;
}
</style>
background-color css
<style>
a { background-color: #DCE3D0; }
a { background-color: rgb(220,227,208); }
div.DivClassName
{
background-color: #DCE3D0;
}
.BgClassName
{
background-color: #DCE3D0;
}
</style>
border-color css
<style>
span { border-color: #DCE3D0; }
span { border-color: rgb(220,227,208); }
td.TdClassName
{
border-color: #DCE3D0;
}
.TagClassName
{
border-color: #DCE3D0;
}
</style>