#DCDFD0

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

Shades of Feta #DCDFD0

Tints of Feta #DCDFD0

Color information

#DCDFD0 (or 0xDCDFD0) is unknown color: approx Feta. HEX triplet: DC, DF and D0. RGB value is (220,223,208). Sum of RGB (Red+Green+Blue) = 220+223+208=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFD0 is #23202F. Grayscale: #DCDCDC. Windows color (decimal): -2302000 or 13688796. OLE color: 13688796.

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

Color convert

RGB220223208-
CMYK0.0100.070.13
HSL72º18.99%84.51%-
HSV(B)72º6.73%87.45%-
XYZ67.2972.5570.13-
YUV220.39121.01127.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=33.79%
G=34.25%
B=31.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202232080.0100.070.137218.9984.51
HexDCDFD0107D481355
Octal3343373201071511023125
Binary1101110011011111110100001011111011001000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFD0; }

 p { color: rgb(220,223,208); }

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

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

 a { background-color: rgb(220,223,208); }

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

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

 span { border-color: rgb(220,223,208); }

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