#DFE1BF

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

Shades of Frost #DFE1BF

Tints of Frost #DFE1BF

Color information

#DFE1BF (or 0xDFE1BF) is unknown color: approx Frost. HEX triplet: DF, E1 and BF. RGB value is (223,225,191). Sum of RGB (Red+Green+Blue) = 223+225+191=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1BF is #201E40. Grayscale: #DCDCDC. Windows color (decimal): -2104897 or 12575199. OLE color: 12575199.

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

Color convert

RGB223225191-
CMYK0.0100.150.12
HSL63.53º36.17%81.57%-
HSV(B)63.53º15.11%88.24%-
XYZ66.7673.359.92-
YUV220.53111.34129.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 225 (88.28% from 255) = 35.21%
BLUE value IS 191 (75% from 255) = 29.89%
R=34.90%
G=35.21%
B=29.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232251910.0100.150.1263.5336.1781.57
HexDFE1BF10FC402452
Octal33734127710171410044122
Binary110111111110000110111111101111110010000001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1BF; }

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

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

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

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

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

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

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

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