#DFE0BF

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

Shades of Frost #DFE0BF

Tints of Frost #DFE0BF

Color information

#DFE0BF (or 0xDFE0BF) is unknown color: approx Frost. HEX triplet: DF, E0 and BF. RGB value is (223,224,191). Sum of RGB (Red+Green+Blue) = 223+224+191=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0BF is #201F40. Grayscale: #DCDCDC. Windows color (decimal): -2105153 or 12574943. OLE color: 12574943.

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

Color convert

RGB223224191-
CMYK0.0000.150.12
HSL61.82º34.74%81.37%-
HSV(B)61.82º14.73%87.84%-
XYZ66.4972.7659.83-
YUV219.94111.67130.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 224 (87.89% from 255) = 35.11%
BLUE value IS 191 (75% from 255) = 29.94%
R=34.95%
G=35.11%
B=29.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232241910.0000.150.1261.8234.7481.37
HexDFE0BF00FC3e2351
Octal3373402770017147643121
Binary11011111111000001011111100111111001111101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0BF; }

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

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

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

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

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

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

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

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