#DFE1CF

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

Shades of Frost #DFE1CF

Tints of Frost #DFE1CF

Color information

#DFE1CF (or 0xDFE1CF) is unknown color: approx Frost. HEX triplet: DF, E1 and CF. RGB value is (223,225,207). Sum of RGB (Red+Green+Blue) = 223+225+207=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1CF is #201E30. Grayscale: #DEDEDE. Windows color (decimal): -2104881 or 13623775. OLE color: 13623775.

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

Color convert

RGB223225207-
CMYK0.0100.080.12
HSL66.67º23.08%84.71%-
HSV(B)66.67º8%88.24%-
XYZ68.6274.0469.71-
YUV222.35119.34128.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 225 (88.28% from 255) = 34.35%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=34.05%
G=34.35%
B=31.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232252070.0100.080.1266.6723.0884.71
HexDFE1CF108C431755
Octal33734131710101410327125
Binary11011111111000011100111110100011001000011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1CF; }

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

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

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

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

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

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

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

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