#DCDDD8

Color #DCDDD8 Feta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feta #DCDDD8

Tints of Feta #DCDDD8

Color information

#DCDDD8 (or 0xDCDDD8) is unknown color: approx Feta. HEX triplet: DC, DD and D8. RGB value is (220,221,216). Sum of RGB (Red+Green+Blue) = 220+221+216=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDD8 is #232227. Grayscale: #DCDCDC. Windows color (decimal): -2302504 or 14212572. OLE color: 14212572.

HSL color Cylindrical-coordinate representation of color #DCDDD8: hue angle of 72º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCDDD8 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB220221216-
CMYK0.0000.020.13
HSL72º6.85%85.69%-
HSV(B)72º2.26%86.67%-
XYZ67.7771.8975.27-
YUV220.13125.67127.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=33.49%
G=33.64%
B=32.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202212160.0000.020.13726.8585.69
HexDCDDD8002D48756
Octal334335330002151107126
Binary1101110011011101110110000010110110010001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDD8; }

 p { color: rgb(220,221,216); }

 H1.HeaderClassName
 {
   color: #DCDDD8;
 }
 .AnyTagClassName
 {
   color: #DCDDD8;
 }
</style>
background-color css

<style>
 a { background-color: #DCDDD8; }

 a { background-color: rgb(220,221,216); }

 div.DivClassName
 {
   background-color: #DCDDD8;
 }
 .BgClassName
 {
   background-color: #DCDDD8;
 }
</style>
border-color css

<style>
 span { border-color: #DCDDD8; }

 span { border-color: rgb(220,221,216); }

 td.TdClassName
 {
   border-color: #DCDDD8;
 }
 .TagClassName
 {
   border-color: #DCDDD8;
 }
</style>