#DFE9BE

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

Shades of Frost #DFE9BE

Tints of Frost #DFE9BE

Color information

#DFE9BE (or 0xDFE9BE) is unknown color: approx Frost. HEX triplet: DF, E9 and BE. RGB value is (223,233,190). Sum of RGB (Red+Green+Blue) = 223+233+190=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9BE is #201641. Grayscale: #E1E1E1. Windows color (decimal): -2102850 or 12511711. OLE color: 12511711.

HSL color Cylindrical-coordinate representation of color #DFE9BE: hue angle of 73.95º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFE9BE is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB223233190-
CMYK0.0400.180.09
HSL73.95º49.43%82.94%-
HSV(B)73.95º18.45%91.37%-
XYZ68.8677.6860.08-
YUV225.11108.19126.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 233 (91.41% from 255) = 36.07%
BLUE value IS 190 (74.61% from 255) = 29.41%
R=34.52%
G=36.07%
B=29.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232331900.0400.180.0973.9549.4382.94
HexDFE9BE401294a3153
Octal33735127640221111261123
Binary110111111110100110111110100010010100110010101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9BE; }

 p { color: rgb(223,233,190); }

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

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

 a { background-color: rgb(223,233,190); }

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

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

 span { border-color: rgb(223,233,190); }

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