#DFE9BD

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

Shades of Frost #DFE9BD

Tints of Frost #DFE9BD

Color information

#DFE9BD (or 0xDFE9BD) is unknown color: approx Frost. HEX triplet: DF, E9 and BD. RGB value is (223,233,189). Sum of RGB (Red+Green+Blue) = 223+233+189=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9BD is #201642. Grayscale: #E1E1E1. Windows color (decimal): -2102851 or 12446175. OLE color: 12446175.

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

Color convert

RGB223233189-
CMYK0.0400.190.09
HSL73.64º50%82.75%-
HSV(B)73.64º18.88%91.37%-
XYZ68.7677.6459.51-
YUV224.99107.69126.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 233 (91.41% from 255) = 36.12%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=34.57%
G=36.12%
B=29.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232331890.0400.190.0973.645082.75
HexDFE9BD401394a3253
Octal33735127540231111262123
Binary110111111110100110111101100010011100110010101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9BD; }

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

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

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

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

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

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

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

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