#DFE5BF

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

Shades of Frost #DFE5BF

Tints of Frost #DFE5BF

Color information

#DFE5BF (or 0xDFE5BF) is unknown color: approx Frost. HEX triplet: DF, E5 and BF. RGB value is (223,229,191). Sum of RGB (Red+Green+Blue) = 223+229+191=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5BF is #201A40. Grayscale: #DFDFDF. Windows color (decimal): -2103873 or 12576223. OLE color: 12576223.

HSL color Cylindrical-coordinate representation of color #DFE5BF: hue angle of 69.47º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFE5BF is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB223229191-
CMYK0.0300.170.10
HSL69.47º42.22%82.35%-
HSV(B)69.47º16.59%89.8%-
XYZ67.8575.4960.28-
YUV222.87110.01128.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 229 (89.84% from 255) = 35.61%
BLUE value IS 191 (75% from 255) = 29.70%
R=34.68%
G=35.61%
B=29.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232291910.0300.170.1069.4742.2282.35
HexDFE5BF3011A452a52
Octal33734527730211210552122
Binary11011111111001011011111111010001101010001011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5BF; }

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

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

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

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

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

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

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

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