#DFE7C3

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

Shades of Frost #DFE7C3

Tints of Frost #DFE7C3

Color information

#DFE7C3 (or 0xDFE7C3) is unknown color: approx Frost. HEX triplet: DF, E7 and C3. RGB value is (223,231,195). Sum of RGB (Red+Green+Blue) = 223+231+195=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE7C3 is #20183C. Grayscale: #E0E0E0. Windows color (decimal): -2103357 or 12838879. OLE color: 12838879.

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

Color convert

RGB223231195-
CMYK0.0300.160.09
HSL73.33º42.86%83.53%-
HSV(B)73.33º15.58%90.59%-
XYZ68.8676.7862.82-
YUV224.5111.35126.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 231 (90.62% from 255) = 35.59%
BLUE value IS 195 (76.56% from 255) = 30.05%
R=34.36%
G=35.59%
B=30.05%

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
Decimal2232311950.0300.160.0973.3342.8683.53
HexDFE7C330109492b54
Octal33734730330201111153124
Binary11011111111001111100001111010000100110010011010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE7C3; }

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

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

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

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

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

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

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

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