#DCDFD2

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

Shades of Feta #DCDFD2

Tints of Feta #DCDFD2

Color information

#DCDFD2 (or 0xDCDFD2) is unknown color: approx Feta. HEX triplet: DC, DF and D2. RGB value is (220,223,210). Sum of RGB (Red+Green+Blue) = 220+223+210=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFD2 is #23202D. Grayscale: #DCDCDC. Windows color (decimal): -2301998 or 13819868. OLE color: 13819868.

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

Color convert

RGB220223210-
CMYK0.0100.060.13
HSL73.85º16.88%84.9%-
HSV(B)73.85º5.83%87.45%-
XYZ67.5472.6471.43-
YUV220.62122.01127.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 210 (82.42% from 255) = 32.16%
R=33.69%
G=34.15%
B=32.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202232100.0100.060.1373.8516.8884.9
HexDCDFD2106D4a1155
Octal3343373221061511221125
Binary1101110011011111110100101011011011001010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFD2; }

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

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

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

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

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

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

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

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