#DFE0C6

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

Shades of Frost #DFE0C6

Tints of Frost #DFE0C6

Color information

#DFE0C6 (or 0xDFE0C6) is unknown color: approx Frost. HEX triplet: DF, E0 and C6. RGB value is (223,224,198). Sum of RGB (Red+Green+Blue) = 223+224+198=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 198 (77.73% from 255 or 30.70% from 645); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0C6 is #201F39. Grayscale: #DCDCDC. Windows color (decimal): -2105146 or 13033695. OLE color: 13033695.

HSL color Cylindrical-coordinate representation of color #DFE0C6: hue angle of 62.31º 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 #DFE0C6 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB223224198-
CMYK0.0000.120.12
HSL62.31º29.55%82.75%-
HSV(B)62.31º11.61%87.84%-
XYZ67.2873.0863.99-
YUV220.74115.17129.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 224 (87.89% from 255) = 34.73%
BLUE value IS 198 (77.73% from 255) = 30.70%
R=34.57%
G=34.73%
B=30.70%

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
Decimal2232241980.0000.120.1262.3129.5582.75
HexDFE0C600CC3e1e53
Octal3373403060014147636123
Binary1101111111100000110001100011001100111110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0C6; }

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

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

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

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

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

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

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

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