#DFE1DA

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

Shades of Feta #DFE1DA

Tints of Feta #DFE1DA

Color information

#DFE1DA (or 0xDFE1DA) is unknown color: approx Feta. HEX triplet: DF, E1 and DA. RGB value is (223,225,218). Sum of RGB (Red+Green+Blue) = 223+225+218=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1DA is #201E25. Grayscale: #DFDFDF. Windows color (decimal): -2104870 or 14344671. OLE color: 14344671.

HSL color Cylindrical-coordinate representation of color #DFE1DA: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFE1DA is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB223225218-
CMYK0.0100.030.12
HSL77.14º10.45%86.86%-
HSV(B)77.14º3.11%88.24%-
XYZ70.0174.677.04-
YUV223.6124.84127.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 218 (85.55% from 255) = 32.73%
R=33.48%
G=33.78%
B=32.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232252180.0100.030.1277.1410.4586.86
HexDFE1DA103C4da57
Octal3373413321031411512127
Binary11011111111000011101101010111100100110110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1DA; }

 p { color: rgb(223,225,218); }

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

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

 a { background-color: rgb(223,225,218); }

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

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

 span { border-color: rgb(223,225,218); }

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