#DFE0BE

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

Shades of Frost #DFE0BE

Tints of Frost #DFE0BE

Color information

#DFE0BE (or 0xDFE0BE) is unknown color: approx Frost. HEX triplet: DF, E0 and BE. RGB value is (223,224,190). Sum of RGB (Red+Green+Blue) = 223+224+190=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0BE is #201F41. Grayscale: #DBDBDB. Windows color (decimal): -2105154 or 12509407. OLE color: 12509407.

HSL color Cylindrical-coordinate representation of color #DFE0BE: hue angle of 61.76º 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 #DFE0BE is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB223224190-
CMYK0.0000.150.12
HSL61.76º35.42%81.18%-
HSV(B)61.76º15.18%87.84%-
XYZ66.3872.7259.25-
YUV219.82111.17130.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 224 (87.89% from 255) = 35.16%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=35.01%
G=35.16%
B=29.83%

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
Decimal2232241900.0000.150.1261.7635.4281.18
HexDFE0BE00FC3e2351
Octal3373402760017147643121
Binary11011111111000001011111000111111001111101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0BE; }

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

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

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

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

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

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

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

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