#DFE1BB

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

Shades of Frost #DFE1BB

Tints of Frost #DFE1BB

Color information

#DFE1BB (or 0xDFE1BB) is unknown color: approx Frost. HEX triplet: DF, E1 and BB. RGB value is (223,225,187). Sum of RGB (Red+Green+Blue) = 223+225+187=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1BB is #201E44. Grayscale: #DCDCDC. Windows color (decimal): -2104901 or 12313055. OLE color: 12313055.

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

Color convert

RGB223225187-
CMYK0.0100.170.12
HSL63.16º38.78%80.78%-
HSV(B)63.16º16.89%88.24%-
XYZ66.3373.1357.63-
YUV220.07109.34130.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 187 (73.44% from 255) = 29.45%
R=35.12%
G=35.43%
B=29.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232251870.0100.170.1263.1638.7880.78
HexDFE1BB1011C3f2751
Octal3373412731021147747121
Binary110111111110000110111011101000111001111111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1BB; }

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

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

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

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

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

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

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

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