#DFE5BB

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

Shades of Frost #DFE5BB

Tints of Frost #DFE5BB

Color information

#DFE5BB (or 0xDFE5BB) is unknown color: approx Frost. HEX triplet: DF, E5 and BB. RGB value is (223,229,187). Sum of RGB (Red+Green+Blue) = 223+229+187=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5BB is #201A44. Grayscale: #DEDEDE. Windows color (decimal): -2103877 or 12314079. OLE color: 12314079.

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

Color convert

RGB223229187-
CMYK0.0300.180.10
HSL68.57º44.68%81.57%-
HSV(B)68.57º18.34%89.8%-
XYZ67.4275.3158-
YUV222.42108.01128.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 229 (89.84% from 255) = 35.84%
BLUE value IS 187 (73.44% from 255) = 29.26%
R=34.90%
G=35.84%
B=29.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232291870.0300.180.1068.5744.6881.57
HexDFE5BB3012A452d52
Octal33734527330221210555122
Binary11011111111001011011101111010010101010001011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5BB; }

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

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

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

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

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

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

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

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