#DFE4C8

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

Shades of Frost #DFE4C8

Tints of Frost #DFE4C8

Color information

#DFE4C8 (or 0xDFE4C8) is unknown color: approx Frost. HEX triplet: DF, E4 and C8. RGB value is (223,228,200). Sum of RGB (Red+Green+Blue) = 223+228+200=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4C8 is #201B37. Grayscale: #DFDFDF. Windows color (decimal): -2104120 or 13165791. OLE color: 13165791.

HSL color Cylindrical-coordinate representation of color #DFE4C8: hue angle of 70.71º degrees, saturation: 0.34, 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 #DFE4C8 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB223228200-
CMYK0.0200.120.11
HSL70.71º34.15%83.92%-
HSV(B)70.71º12.28%89.41%-
XYZ68.675.3465.57-
YUV223.31114.84127.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 200 (78.52% from 255) = 30.72%
R=34.25%
G=35.02%
B=30.72%

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
Decimal2232282000.0200.120.1170.7134.1583.92
HexDFE4C820CB472254
Octal33734431020141310742124
Binary1101111111100100110010001001100101110001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4C8; }

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

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

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

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

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

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

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

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