#DFE3C8

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

Shades of Frost #DFE3C8

Tints of Frost #DFE3C8

Color information

#DFE3C8 (or 0xDFE3C8) is unknown color: approx Frost. HEX triplet: DF, E3 and C8. RGB value is (223,227,200). Sum of RGB (Red+Green+Blue) = 223+227+200=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3C8 is #201C37. Grayscale: #DEDEDE. Windows color (decimal): -2104376 or 13165535. OLE color: 13165535.

HSL color Cylindrical-coordinate representation of color #DFE3C8: hue angle of 68.89º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE3C8 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB223227200-
CMYK0.0200.120.11
HSL68.89º32.53%83.73%-
HSV(B)68.89º11.89%89.02%-
XYZ68.3374.865.48-
YUV222.73115.17128.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 200 (78.52% from 255) = 30.77%
R=34.31%
G=34.92%
B=30.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232272000.0200.120.1168.8932.5383.73
HexDFE3C820CB452154
Octal33734331020141310541124
Binary1101111111100011110010001001100101110001011000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3C8; }

 p { color: rgb(223,227,200); }

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

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

 a { background-color: rgb(223,227,200); }

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

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

 span { border-color: rgb(223,227,200); }

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