#DFE2CF

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

Shades of Frost #DFE2CF

Tints of Frost #DFE2CF

Color information

#DFE2CF (or 0xDFE2CF) is unknown color: approx Frost. HEX triplet: DF, E2 and CF. RGB value is (223,226,207). Sum of RGB (Red+Green+Blue) = 223+226+207=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2CF is #201D30. Grayscale: #DFDFDF. Windows color (decimal): -2104625 or 13624031. OLE color: 13624031.

HSL color Cylindrical-coordinate representation of color #DFE2CF: hue angle of 69.47º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFE2CF is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB223226207-
CMYK0.0100.080.11
HSL69.47º24.68%84.9%-
HSV(B)69.47º8.41%88.63%-
XYZ68.8974.5969.8-
YUV222.94119.01128.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 226 (88.67% from 255) = 34.45%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=33.99%
G=34.45%
B=31.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232262070.0100.080.1169.4724.6884.9
HexDFE2CF108B451955
Octal33734231710101310531125
Binary11011111111000101100111110100010111000101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2CF; }

 p { color: rgb(223,226,207); }

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

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

 a { background-color: rgb(223,226,207); }

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

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

 span { border-color: rgb(223,226,207); }

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