#DFE4BB

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

Shades of Frost #DFE4BB

Tints of Frost #DFE4BB

Color information

#DFE4BB (or 0xDFE4BB) is unknown color: approx Frost. HEX triplet: DF, E4 and BB. RGB value is (223,228,187). Sum of RGB (Red+Green+Blue) = 223+228+187=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4BB is #201B44. Grayscale: #DDDDDD. Windows color (decimal): -2104133 or 12313823. OLE color: 12313823.

HSL color Cylindrical-coordinate representation of color #DFE4BB: hue angle of 67.32º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFE4BB is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB223228187-
CMYK0.0200.180.11
HSL67.32º43.16%81.37%-
HSV(B)67.32º17.98%89.41%-
XYZ67.1474.7657.91-
YUV221.83108.34128.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 228 (89.45% from 255) = 35.74%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=34.95%
G=35.74%
B=29.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232281870.0200.180.1167.3243.1681.37
HexDFE4BB2012B432b51
Octal33734427320221310353121
Binary11011111111001001011101110010010101110000111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4BB; }

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

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

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

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

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

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

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

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