#DCDDDA

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

Shades of Feta #DCDDDA

Tints of Feta #DCDDDA

Color information

#DCDDDA (or 0xDCDDDA) is unknown color: approx Feta. HEX triplet: DC, DD and DA. RGB value is (220,221,218). Sum of RGB (Red+Green+Blue) = 220+221+218=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDDA is #232225. Grayscale: #DCDCDC. Windows color (decimal): -2302502 or 14343644. OLE color: 14343644.

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

Color convert

RGB220221218-
CMYK0.0000.010.13
HSL80º4.23%86.08%-
HSV(B)80º1.36%86.67%-
XYZ68.0371.9976.64-
YUV220.36126.67127.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=33.38%
G=33.54%
B=33.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202212180.0000.010.13804.2386.08
HexDCDDDA001D50456
Octal334335332001151204126
Binary110111001101110111011010001110110100001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDDA; }

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

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

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

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

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

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

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

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