#DFE4CA

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

Shades of Frost #DFE4CA

Tints of Frost #DFE4CA

Color information

#DFE4CA (or 0xDFE4CA) is unknown color: approx Frost. HEX triplet: DF, E4 and CA. RGB value is (223,228,202). Sum of RGB (Red+Green+Blue) = 223+228+202=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4CA is #201B35. Grayscale: #DFDFDF. Windows color (decimal): -2104118 or 13296863. OLE color: 13296863.

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

Color convert

RGB223228202-
CMYK0.0200.110.11
HSL71.54º32.5%84.31%-
HSV(B)71.54º11.4%89.41%-
XYZ68.8475.4466.81-
YUV223.54115.84127.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 228 (89.45% from 255) = 34.92%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=34.15%
G=34.92%
B=30.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232282020.0200.110.1171.5432.584.31
HexDFE4CA20BB482054
Octal33734431220131311040124
Binary1101111111100100110010101001011101110010001000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4CA; }

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

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

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

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

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

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

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

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