#DCDFD4

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

Shades of Feta #DCDFD4

Tints of Feta #DCDFD4

Color information

#DCDFD4 (or 0xDCDFD4) is unknown color: approx Feta. HEX triplet: DC, DF and D4. RGB value is (220,223,212). Sum of RGB (Red+Green+Blue) = 220+223+212=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFD4 is #23202B. Grayscale: #DCDCDC. Windows color (decimal): -2301996 or 13950940. OLE color: 13950940.

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

Color convert

RGB220223212-
CMYK0.0100.050.13
HSL76.36º14.67%85.29%-
HSV(B)76.36º4.93%87.45%-
XYZ67.7972.7472.76-
YUV220.85123.01127.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 212 (83.20% from 255) = 32.37%
R=33.59%
G=34.05%
B=32.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202232120.0100.050.1376.3614.6785.29
HexDCDFD4105D4cf55
Octal3343373241051511417125
Binary110111001101111111010100101011101100110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFD4; }

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

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

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

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

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

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

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

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