#DFE5BA

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

Shades of Frost #DFE5BA

Tints of Frost #DFE5BA

Color information

#DFE5BA (or 0xDFE5BA) is unknown color: approx Frost. HEX triplet: DF, E5 and BA. RGB value is (223,229,186). Sum of RGB (Red+Green+Blue) = 223+229+186=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5BA is #201A45. Grayscale: #DEDEDE. Windows color (decimal): -2103878 or 12248543. OLE color: 12248543.

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

Color convert

RGB223229186-
CMYK0.0300.190.10
HSL68.37º45.26%81.37%-
HSV(B)68.37º18.78%89.8%-
XYZ67.3175.2757.44-
YUV222.3107.51128.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 229 (89.84% from 255) = 35.89%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=34.95%
G=35.89%
B=29.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232291860.0300.190.1068.3745.2681.37
HexDFE5BA3013A442d51
Octal33734527230231210455121
Binary11011111111001011011101011010011101010001001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5BA; }

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

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

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

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

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

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

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

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