#DFE1DB

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

Shades of Feta #DFE1DB

Tints of Feta #DFE1DB

Color information

#DFE1DB (or 0xDFE1DB) is unknown color: approx Feta. HEX triplet: DF, E1 and DB. RGB value is (223,225,219). Sum of RGB (Red+Green+Blue) = 223+225+219=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1DB is #201E24. Grayscale: #DFDFDF. Windows color (decimal): -2104869 or 14410207. OLE color: 14410207.

HSL color Cylindrical-coordinate representation of color #DFE1DB: hue angle of 80º degrees, saturation: 0.09, 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 #DFE1DB is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB223225219-
CMYK0.0100.030.12
HSL80º9.09%87.06%-
HSV(B)80º2.67%88.24%-
XYZ70.1474.6577.73-
YUV223.72125.34127.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=33.43%
G=33.73%
B=32.83%

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
Decimal2232252190.0100.030.12809.0987.06
HexDFE1DB103C50957
Octal3373413331031412011127
Binary11011111111000011101101110111100101000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1DB; }

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

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

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

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

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

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

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

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