#DFE6BF

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

Shades of Frost #DFE6BF

Tints of Frost #DFE6BF

Color information

#DFE6BF (or 0xDFE6BF) is unknown color: approx Frost. HEX triplet: DF, E6 and BF. RGB value is (223,230,191). Sum of RGB (Red+Green+Blue) = 223+230+191=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE6BF is #201940. Grayscale: #DFDFDF. Windows color (decimal): -2103617 or 12576479. OLE color: 12576479.

HSL color Cylindrical-coordinate representation of color #DFE6BF: hue angle of 70.77º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFE6BF is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB223230191-
CMYK0.0300.170.10
HSL70.77º43.82%82.55%-
HSV(B)70.77º16.96%90.2%-
XYZ68.1376.0460.38-
YUV223.46109.68127.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 230 (90.23% from 255) = 35.71%
BLUE value IS 191 (75% from 255) = 29.66%
R=34.63%
G=35.71%
B=29.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232301910.0300.170.1070.7743.8282.55
HexDFE6BF3011A472c53
Octal33734627730211210754123
Binary11011111111001101011111111010001101010001111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6BF; }

 p { color: rgb(223,230,191); }

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

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

 a { background-color: rgb(223,230,191); }

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

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

 span { border-color: rgb(223,230,191); }

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