#DFE9BA

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

Shades of Frost #DFE9BA

Tints of Frost #DFE9BA

Color information

#DFE9BA (or 0xDFE9BA) is unknown color: approx Frost. HEX triplet: DF, E9 and BA. RGB value is (223,233,186). Sum of RGB (Red+Green+Blue) = 223+233+186=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9BA is #201645. Grayscale: #E0E0E0. Windows color (decimal): -2102854 or 12249567. OLE color: 12249567.

HSL color Cylindrical-coordinate representation of color #DFE9BA: hue angle of 72.77º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFE9BA is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB223233186-
CMYK0.0400.200.09
HSL72.77º51.65%82.16%-
HSV(B)72.77º20.17%91.37%-
XYZ68.4377.5157.81-
YUV224.65106.19126.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 233 (91.41% from 255) = 36.29%
BLUE value IS 186 (73.05% from 255) = 28.97%
R=34.74%
G=36.29%
B=28.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232331860.0400.200.0972.7751.6582.16
HexDFE9BA40149493452
Octal33735127240241111164122
Binary110111111110100110111010100010100100110010011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9BA; }

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

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

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

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

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

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

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

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