#DFE7C2

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

Shades of Frost #DFE7C2

Tints of Frost #DFE7C2

Color information

#DFE7C2 (or 0xDFE7C2) is unknown color: approx Frost. HEX triplet: DF, E7 and C2. RGB value is (223,231,194). Sum of RGB (Red+Green+Blue) = 223+231+194=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE7C2 is #20183D. Grayscale: #E0E0E0. Windows color (decimal): -2103358 or 12773343. OLE color: 12773343.

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

Color convert

RGB223231194-
CMYK0.0300.160.09
HSL72.97º43.53%83.33%-
HSV(B)72.97º16.02%90.59%-
XYZ68.7476.7362.23-
YUV224.39110.85127.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 231 (90.62% from 255) = 35.65%
BLUE value IS 194 (76.17% from 255) = 29.94%
R=34.41%
G=35.65%
B=29.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232311940.0300.160.0972.9743.5383.33
HexDFE7C230109492c53
Octal33734730230201111154123
Binary11011111111001111100001011010000100110010011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE7C2; }

 p { color: rgb(223,231,194); }

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

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

 a { background-color: rgb(223,231,194); }

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

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

 span { border-color: rgb(223,231,194); }

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