#DFE3CD

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

Shades of Frost #DFE3CD

Tints of Frost #DFE3CD

Color information

#DFE3CD (or 0xDFE3CD) is unknown color: approx Frost. HEX triplet: DF, E3 and CD. RGB value is (223,227,205). Sum of RGB (Red+Green+Blue) = 223+227+205=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3CD is #201C32. Grayscale: #DFDFDF. Windows color (decimal): -2104371 or 13493215. OLE color: 13493215.

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

Color convert

RGB223227205-
CMYK0.0200.100.11
HSL70.91º28.21%84.71%-
HSV(B)70.91º9.69%89.02%-
XYZ68.9275.0368.61-
YUV223.3117.67127.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 227 (89.06% from 255) = 34.66%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=34.05%
G=34.66%
B=31.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232272050.0200.100.1170.9128.2184.71
HexDFE3CD20AB471c55
Octal33734331520121310734125
Binary110111111110001111001101100101010111000111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3CD; }

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

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

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

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

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

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

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

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