#DFE0CA

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

Shades of Frost #DFE0CA

Tints of Frost #DFE0CA

Color information

#DFE0CA (or 0xDFE0CA) is unknown color: approx Frost. HEX triplet: DF, E0 and CA. RGB value is (223,224,202). Sum of RGB (Red+Green+Blue) = 223+224+202=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0CA is #201F35. Grayscale: #DDDDDD. Windows color (decimal): -2105142 or 13295839. OLE color: 13295839.

HSL color Cylindrical-coordinate representation of color #DFE0CA: hue angle of 62.73º degrees, saturation: 0.26, 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 #DFE0CA is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB223224202-
CMYK0.0000.100.12
HSL62.73º26.19%83.53%-
HSV(B)62.73º9.82%87.84%-
XYZ67.7573.2666.45-
YUV221.19117.17129.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=34.36%
G=34.51%
B=31.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232242020.0000.100.1262.7326.1983.53
HexDFE0CA00AC3f1a54
Octal3373403120012147732124
Binary1101111111100000110010100010101100111111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0CA; }

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

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

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

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

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

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

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

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