#DCDED6

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

Shades of Feta #DCDED6

Tints of Feta #DCDED6

Color information

#DCDED6 (or 0xDCDED6) is unknown color: approx Feta. HEX triplet: DC, DE and D6. RGB value is (220,222,214). Sum of RGB (Red+Green+Blue) = 220+222+214=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDED6 is #232129. Grayscale: #DCDCDC. Windows color (decimal): -2302250 or 14081756. OLE color: 14081756.

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

Color convert

RGB220222214-
CMYK0.0100.040.13
HSL75º10.81%85.49%-
HSV(B)75º3.6%87.06%-
XYZ67.7772.3174-
YUV220.49124.34127.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 214 (83.98% from 255) = 32.62%
R=33.54%
G=33.84%
B=32.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202222140.0100.040.137510.8185.49
HexDCDED6104D4bb55
Octal3343363261041511313125
Binary110111001101111011010110101001101100101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDED6; }

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

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

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

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

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

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

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

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