#DFE1CB

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

Shades of Frost #DFE1CB

Tints of Frost #DFE1CB

Color information

#DFE1CB (or 0xDFE1CB) is unknown color: approx Frost. HEX triplet: DF, E1 and CB. RGB value is (223,225,203). Sum of RGB (Red+Green+Blue) = 223+225+203=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1CB is #201E34. Grayscale: #DDDDDD. Windows color (decimal): -2104885 or 13361631. OLE color: 13361631.

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

Color convert

RGB223225203-
CMYK0.0100.100.12
HSL65.45º26.83%83.92%-
HSV(B)65.45º9.78%88.24%-
XYZ68.1473.8567.16-
YUV221.89117.34128.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=34.25%
G=34.56%
B=31.18%

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
Decimal2232252030.0100.100.1265.4526.8383.92
HexDFE1CB10AC411b54
Octal33734131310121410133124
Binary11011111111000011100101110101011001000001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1CB; }

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

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

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

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

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

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

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

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