#DFE1BE

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

Shades of Frost #DFE1BE

Tints of Frost #DFE1BE

Color information

#DFE1BE (or 0xDFE1BE) is unknown color: approx Frost. HEX triplet: DF, E1 and BE. RGB value is (223,225,190). Sum of RGB (Red+Green+Blue) = 223+225+190=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1BE is #201E41. Grayscale: #DCDCDC. Windows color (decimal): -2104898 or 12509663. OLE color: 12509663.

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

Color convert

RGB223225190-
CMYK0.0100.160.12
HSL63.43º36.84%81.37%-
HSV(B)63.43º15.56%88.24%-
XYZ66.6573.2659.34-
YUV220.41110.84129.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 225 (88.28% from 255) = 35.27%
BLUE value IS 190 (74.61% from 255) = 29.78%
R=34.95%
G=35.27%
B=29.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232251900.0100.160.1263.4336.8481.37
HexDFE1BE1010C3f2551
Octal3373412761020147745121
Binary110111111110000110111110101000011001111111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1BE; }

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

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

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

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

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

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

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

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