#DFE8BD

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

Shades of Frost #DFE8BD

Tints of Frost #DFE8BD

Color information

#DFE8BD (or 0xDFE8BD) is unknown color: approx Frost. HEX triplet: DF, E8 and BD. RGB value is (223,232,189). Sum of RGB (Red+Green+Blue) = 223+232+189=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE8BD is #201742. Grayscale: #E0E0E0. Windows color (decimal): -2103107 or 12445919. OLE color: 12445919.

HSL color Cylindrical-coordinate representation of color #DFE8BD: hue angle of 72.56º degrees, saturation: 0.48, 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 #DFE8BD is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB223232189-
CMYK0.0400.190.09
HSL72.56º48.31%82.55%-
HSV(B)72.56º18.53%90.98%-
XYZ68.4777.0859.41-
YUV224.41108.02127-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 232 (91.02% from 255) = 36.02%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=34.63%
G=36.02%
B=29.35%

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
Decimal2232321890.0400.190.0972.5648.3182.55
HexDFE8BD40139493053
Octal33735027540231111160123
Binary110111111110100010111101100010011100110010011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE8BD; }

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

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

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

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

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

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

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

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