#DFE1C2

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

Shades of Frost #DFE1C2

Tints of Frost #DFE1C2

Color information

#DFE1C2 (or 0xDFE1C2) is unknown color: approx Frost. HEX triplet: DF, E1 and C2. RGB value is (223,225,194). Sum of RGB (Red+Green+Blue) = 223+225+194=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 194 (76.17% from 255 or 30.22% from 642); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1C2 is #201E3D. Grayscale: #DCDCDC. Windows color (decimal): -2104894 or 12771807. OLE color: 12771807.

HSL color Cylindrical-coordinate representation of color #DFE1C2: hue angle of 63.87º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFE1C2 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB223225194-
CMYK0.0100.140.12
HSL63.87º34.07%82.16%-
HSV(B)63.87º13.78%88.24%-
XYZ67.0973.4361.68-
YUV220.87112.84129.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 225 (88.28% from 255) = 35.05%
BLUE value IS 194 (76.17% from 255) = 30.22%
R=34.74%
G=35.05%
B=30.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232251940.0100.140.1263.8734.0782.16
HexDFE1C210EC402252
Octal33734130210161410042122
Binary110111111110000111000010101110110010000001000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1C2; }

 p { color: rgb(223,225,194); }

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

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

 a { background-color: rgb(223,225,194); }

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

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

 span { border-color: rgb(223,225,194); }

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