#DFE2BB

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

Shades of Frost #DFE2BB

Tints of Frost #DFE2BB

Color information

#DFE2BB (or 0xDFE2BB) is unknown color: approx Frost. HEX triplet: DF, E2 and BB. RGB value is (223,226,187). Sum of RGB (Red+Green+Blue) = 223+226+187=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2BB is #201D44. Grayscale: #DCDCDC. Windows color (decimal): -2104645 or 12313311. OLE color: 12313311.

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

Color convert

RGB223226187-
CMYK0.0100.170.11
HSL64.62º40.21%80.98%-
HSV(B)64.62º17.26%88.63%-
XYZ66.673.6757.72-
YUV220.66109.01129.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 226 (88.67% from 255) = 35.53%
BLUE value IS 187 (73.44% from 255) = 29.40%
R=35.06%
G=35.53%
B=29.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232261870.0100.170.1164.6240.2180.98
HexDFE2BB1011B412851
Octal33734227310211310150121
Binary1101111111100010101110111010001101110000011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2BB; }

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

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

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

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

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

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

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

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