#DCDFD3

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

Shades of Feta #DCDFD3

Tints of Feta #DCDFD3

Color information

#DCDFD3 (or 0xDCDFD3) is unknown color: approx Feta. HEX triplet: DC, DF and D3. RGB value is (220,223,211). Sum of RGB (Red+Green+Blue) = 220+223+211=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFD3 is #23202C. Grayscale: #DCDCDC. Windows color (decimal): -2301997 or 13885404. OLE color: 13885404.

HSL color Cylindrical-coordinate representation of color #DCDFD3: hue angle of 75º degrees, saturation: 0.16, 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 #DCDFD3 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB220223211-
CMYK0.0100.050.13
HSL75º15.79%85.1%-
HSV(B)75º5.38%87.45%-
XYZ67.6672.6972.09-
YUV220.74122.51127.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 211 (82.81% from 255) = 32.26%
R=33.64%
G=34.10%
B=32.26%

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
Decimal2202232110.0100.050.137515.7985.1
HexDCDFD3105D4b1055
Octal3343373231051511320125
Binary1101110011011111110100111010111011001011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFD3; }

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

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

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

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

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

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

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

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