#DCE1BF

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

Shades of Frost #DCE1BF

Tints of Frost #DCE1BF

Color information

#DCE1BF (or 0xDCE1BF) is unknown color: approx Frost. HEX triplet: DC, E1 and BF. RGB value is (220,225,191). Sum of RGB (Red+Green+Blue) = 220+225+191=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1BF is #231E40. Grayscale: #DBDBDB. Windows color (decimal): -2301505 or 12575196. OLE color: 12575196.

HSL color Cylindrical-coordinate representation of color #DCE1BF: hue angle of 68.82º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCE1BF is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB220225191-
CMYK0.0200.150.12
HSL68.82º36.17%81.57%-
HSV(B)68.82º15.11%88.24%-
XYZ65.8472.8359.88-
YUV219.63111.84128.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 225 (88.28% from 255) = 35.38%
BLUE value IS 191 (75% from 255) = 30.03%
R=34.59%
G=35.38%
B=30.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251910.0200.150.1268.8236.1781.57
HexDCE1BF20FC452452
Octal33434127720171410544122
Binary1101110011100001101111111001111110010001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1BF; }

 p { color: rgb(220,225,191); }

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

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

 a { background-color: rgb(220,225,191); }

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

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

 span { border-color: rgb(220,225,191); }

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