#DCDED7

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

Shades of Feta #DCDED7

Tints of Feta #DCDED7

Color information

#DCDED7 (or 0xDCDED7) is unknown color: approx Feta. HEX triplet: DC, DE and D7. RGB value is (220,222,215). Sum of RGB (Red+Green+Blue) = 220+222+215=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDED7 is #232128. Grayscale: #DCDCDC. Windows color (decimal): -2302249 or 14147292. OLE color: 14147292.

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

Color convert

RGB220222215-
CMYK0.0100.030.13
HSL77.14º9.59%85.69%-
HSV(B)77.14º3.15%87.06%-
XYZ67.972.3674.68-
YUV220.6124.84127.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 215 (84.38% from 255) = 32.72%
R=33.49%
G=33.79%
B=32.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202222150.0100.030.1377.149.5985.69
HexDCDED7103D4da56
Octal3343363271031511512126
Binary11011100110111101101011110111101100110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDED7; }

 p { color: rgb(220,222,215); }

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

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

 a { background-color: rgb(220,222,215); }

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

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

 span { border-color: rgb(220,222,215); }

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