#DFE4BD

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

Shades of Frost #DFE4BD

Tints of Frost #DFE4BD

Color information

#DFE4BD (or 0xDFE4BD) is unknown color: approx Frost. HEX triplet: DF, E4 and BD. RGB value is (223,228,189). Sum of RGB (Red+Green+Blue) = 223+228+189=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4BD is #201B42. Grayscale: #DEDEDE. Windows color (decimal): -2104131 or 12444895. OLE color: 12444895.

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

Color convert

RGB223228189-
CMYK0.0200.170.11
HSL67.69º41.94%81.76%-
HSV(B)67.69º17.11%89.41%-
XYZ67.3674.8559.04-
YUV222.06109.34128.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=34.84%
G=35.62%
B=29.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232281890.0200.170.1167.6941.9481.76
HexDFE4BD2011B442a52
Octal33734427520211310452122
Binary11011111111001001011110110010001101110001001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4BD; }

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

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

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

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

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

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

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

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