#DFE3BF

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

Shades of Frost #DFE3BF

Tints of Frost #DFE3BF

Color information

#DFE3BF (or 0xDFE3BF) is unknown color: approx Frost. HEX triplet: DF, E3 and BF. RGB value is (223,227,191). Sum of RGB (Red+Green+Blue) = 223+227+191=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3BF is #201C40. Grayscale: #DDDDDD. Windows color (decimal): -2104385 or 12575711. OLE color: 12575711.

HSL color Cylindrical-coordinate representation of color #DFE3BF: hue angle of 66.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFE3BF is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB223227191-
CMYK0.0200.160.11
HSL66.67º39.13%81.96%-
HSV(B)66.67º15.86%89.02%-
XYZ67.374.3960.1-
YUV221.7110.67128.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 227 (89.06% from 255) = 35.41%
BLUE value IS 191 (75% from 255) = 29.80%
R=34.79%
G=35.41%
B=29.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232271910.0200.160.1166.6739.1381.96
HexDFE3BF2010B432752
Octal33734327720201310347122
Binary11011111111000111011111110010000101110000111001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3BF; }

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

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

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

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

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

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

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

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