#DFE0C5

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

Shades of Frost #DFE0C5

Tints of Frost #DFE0C5

Color information

#DFE0C5 (or 0xDFE0C5) is unknown color: approx Frost. HEX triplet: DF, E0 and C5. RGB value is (223,224,197). Sum of RGB (Red+Green+Blue) = 223+224+197=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 197 (77.34% from 255 or 30.59% from 644); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0C5 is #201F3A. Grayscale: #DCDCDC. Windows color (decimal): -2105147 or 12968159. OLE color: 12968159.

HSL color Cylindrical-coordinate representation of color #DFE0C5: hue angle of 62.22º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE0C5 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB223224197-
CMYK0.0000.120.12
HSL62.22º30.34%82.55%-
HSV(B)62.22º12.05%87.84%-
XYZ67.1773.0363.38-
YUV220.62114.67129.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 224 (87.89% from 255) = 34.78%
BLUE value IS 197 (77.34% from 255) = 30.59%
R=34.63%
G=34.78%
B=30.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232241970.0000.120.1262.2230.3482.55
HexDFE0C500CC3e1e53
Octal3373403050014147636123
Binary1101111111100000110001010011001100111110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0C5; }

 p { color: rgb(223,224,197); }

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

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

 a { background-color: rgb(223,224,197); }

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

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

 span { border-color: rgb(223,224,197); }

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