#DFE1CA

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

Shades of Frost #DFE1CA

Tints of Frost #DFE1CA

Color information

#DFE1CA (or 0xDFE1CA) is unknown color: approx Frost. HEX triplet: DF, E1 and CA. RGB value is (223,225,202). Sum of RGB (Red+Green+Blue) = 223+225+202=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1CA is #201E35. Grayscale: #DDDDDD. Windows color (decimal): -2104886 or 13296095. OLE color: 13296095.

HSL color Cylindrical-coordinate representation of color #DFE1CA: hue angle of 65.22º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFE1CA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB223225202-
CMYK0.0100.100.12
HSL65.22º27.71%83.73%-
HSV(B)65.22º10.22%88.24%-
XYZ68.0273.866.54-
YUV221.78116.84128.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=34.31%
G=34.62%
B=31.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232252020.0100.100.1265.2227.7183.73
HexDFE1CA10AC411c54
Octal33734131210121410134124
Binary11011111111000011100101010101011001000001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1CA; }

 p { color: rgb(223,225,202); }

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

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

 a { background-color: rgb(223,225,202); }

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

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

 span { border-color: rgb(223,225,202); }

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